Package | Description |
---|---|
org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
Modifier and Type | Field and Description |
---|---|
private ProxyProtocolClientConnectionFactory.V2.Tag.Command |
ProxyProtocolClientConnectionFactory.V2.Tag.command |
Modifier and Type | Method and Description |
---|---|
ProxyProtocolClientConnectionFactory.V2.Tag.Command |
ProxyProtocolClientConnectionFactory.V2.Tag.getCommand() |
static ProxyProtocolClientConnectionFactory.V2.Tag.Command |
ProxyProtocolClientConnectionFactory.V2.Tag.Command.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProxyProtocolClientConnectionFactory.V2.Tag.Command[] |
ProxyProtocolClientConnectionFactory.V2.Tag.Command.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Tag(ProxyProtocolClientConnectionFactory.V2.Tag.Command command,
ProxyProtocolClientConnectionFactory.V2.Tag.Family family,
ProxyProtocolClientConnectionFactory.V2.Tag.Protocol protocol,
java.lang.String srcIP,
int srcPort,
java.lang.String dstIP,
int dstPort,
java.util.List<ProxyProtocolClientConnectionFactory.V2.Tag.TLV> tlvs)
Creates a Tag with the given metadata.
|