com.rabbitmq.client.impl
public interface NetworkConnection
Modifier and Type | Method and Description |
---|---|
java.net.InetAddress |
getAddress()
Retrieve address of peer.
|
java.net.InetAddress |
getLocalAddress()
Retrieve the local host.
|
int |
getLocalPort()
Retrieve the local port number.
|
int |
getPort()
Retrieve port number of peer.
|
java.net.InetAddress getLocalAddress()
int getLocalPort()
java.net.InetAddress getAddress()
int getPort()