Java org.springframework.integration.ip IpHeaders fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.ip IpHeaders fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.ip IpHeaders.

The text is from its open source code.

Field

StringHOSTNAME
The host name from which a TCP message or UDP packet was received.
StringIP_ADDRESS
The ip address from which a TCP message or UDP packet was received.
StringPORT
The remote port for a UDP packet.
StringACK_ID
A correlation id for UDP application-level acks.
StringCONNECTION_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.
StringACTUAL_CONNECTION_ID
For information only - when using a cached or failover client connection factory, contains the actual underlying connection id.
StringREMOTE_PORT
The remote port from which a TCP message was received.