Uses of Interface
org.apache.sshd.common.io.IoSession
-
Packages that use IoSession Package Description org.apache.sshd.common.io -
-
Uses of IoSession in org.apache.sshd.common.io
Methods in org.apache.sshd.common.io that return IoSession Modifier and Type Method Description IoSessionIoConnectFuture. getSession()Methods in org.apache.sshd.common.io that return types with arguments of type IoSession Modifier and Type Method Description Map<Long,IoSession>IoService. getManagedSessions()Returns the map of all sessions which are currently managed by this service.Methods in org.apache.sshd.common.io with parameters of type IoSession Modifier and Type Method Description voidIoHandler. exceptionCaught(IoSession session, Throwable cause)voidIoHandler. messageReceived(IoSession session, Readable message)voidIoHandler. sessionClosed(IoSession session)voidIoHandler. sessionCreated(IoSession session)voidIoConnectFuture. setSession(IoSession session)Sets the newly connected session and notifies all threads waiting for this future.
-