Uses of Interface
org.apache.sshd.common.io.IoSession
Packages that use IoSession
-
Uses of IoSession in org.apache.sshd.common.io
Methods in org.apache.sshd.common.io that return IoSessionModifier and TypeMethodDescriptionDefaultIoConnectFuture.getSession()IoConnectFuture.getSession()Methods in org.apache.sshd.common.io that return types with arguments of type IoSessionModifier and TypeMethodDescriptionIoService.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 IoSessionModifier and TypeMethodDescriptionvoidIoHandler.exceptionCaught(IoSession session, Throwable cause) voidIoHandler.messageReceived(IoSession session, Readable message) voidIoHandler.sessionClosed(IoSession session) voidIoHandler.sessionCreated(IoSession session) voidDefaultIoConnectFuture.setSession(IoSession session) voidIoConnectFuture.setSession(IoSession session) Sets the newly connected session and notifies all threads waiting for this future.