Package org.apache.sshd.common.util.net
Interface ConnectionEndpointsIndicator
- All Known Subinterfaces:
IoSession,SessionContext
public interface ConnectionEndpointsIndicator
- Author:
- Apache MINA SSHD Project
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getRemoteAddress
SocketAddress getRemoteAddress()- Returns:
- the socket address of remote peer.
-
getLocalAddress
SocketAddress getLocalAddress()- Returns:
- the socket address of local machine which is associated with this session.
-