Package org.apache.thrift.transport
Interface SocketAddressProvider
- All Known Implementing Classes:
TNonblockingSocket,TNonblockingSSLSocket,TSocket
public interface SocketAddressProvider
Interface that can retrieve the socket address.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getRemoteSocketAddress
SocketAddress getRemoteSocketAddress() -
getLocalSocketAddress
SocketAddress getLocalSocketAddress()
-