public final class IpHeaders
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACK_ADDRESS
The remote ip address to which UDP application-level acks will be sent.
|
static java.lang.String |
ACK_ID
A correlation id for UDP application-level acks.
|
static java.lang.String |
ACTUAL_CONNECTION_ID
For information only - when using a cached or failover client connection
factory, contains the actual underlying connection id.
|
static java.lang.String |
CONNECTION_ID
A unique identifier for a TCP connection; set by the framework for
inbound messages; when sending to a server-side inbound
channel adapter, or replying to an inbound gateway, this header is
required so the endpoint can determine which connection to send
the message to.
|
static java.lang.String |
HOSTNAME
The host name from which a TCP message or UDP packet was received.
|
static java.lang.String |
IP_ADDRESS
The ip address from which a TCP message or UDP packet was received.
|
static java.lang.String |
PORT
The remote port for a UDP packet.
|
static java.lang.String |
REMOTE_PORT
The remote port from which a TCP message was received.
|
public static final java.lang.String HOSTNAME
lookupHost
is false
, this will contain the ip address.public static final java.lang.String IP_ADDRESS
public static final java.lang.String PORT
public static final java.lang.String ACK_ADDRESS
public static final java.lang.String ACK_ID
public static final java.lang.String REMOTE_PORT
public static final java.lang.String CONNECTION_ID
public static final java.lang.String ACTUAL_CONNECTION_ID