Interface NetworkConnection
- All Known Subinterfaces:
FrameHandler
- All Known Implementing Classes:
AMQConnection, AutorecoveringConnection, RecoveryAwareAMQConnection, SocketChannelFrameHandler, SocketFrameHandler
public interface NetworkConnection
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve address of peer.Retrieve the local host.intRetrieve the local port number.intgetPort()Retrieve port number of peer.
-
Method Details
-
getLocalAddress
-
getLocalPort
int getLocalPort()Retrieve the local port number.- Returns:
- the client socket port number
-
getAddress
InetAddress getAddress()Retrieve address of peer. -
getPort
int getPort()Retrieve port number of peer.
-