Package org.apache.sshd.common.util.net
Interface ConnectionEndpointsIndicator
-
- All Known Subinterfaces:
ClientSession
,IoSession
,ServerSession
,Session
,SessionContext
- All Known Implementing Classes:
AbstractClientSession
,AbstractServerSession
,AbstractSession
,ClientSessionImpl
,ExplicitPortForwardingTracker
,Nio2Session
,ServerSessionImpl
,SessionHelper
public interface ConnectionEndpointsIndicator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.SocketAddress
getLocalAddress()
java.net.SocketAddress
getRemoteAddress()
-