Uses of Interface
org.apache.sshd.common.io.IoSession
Packages that use IoSession
Package
Description
-
Uses of IoSession in org.apache.sshd.client
Methods in org.apache.sshd.client with parameters of type IoSessionModifier and TypeMethodDescriptionprotected voidSshClient.onConnectOperationComplete(IoSession ioSession, ConnectFuture connectFuture, String username, SocketAddress address, KeyIdentityProvider identities, HostConfigEntry hostConfig) -
Uses of IoSession in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session with parameters of type IoSessionModifier and TypeMethodDescriptionprotected ClientSessionImplSessionFactory.doCreateSession(IoSession ioSession) Constructors in org.apache.sshd.client.session with parameters of type IoSessionModifierConstructorDescriptionprotectedAbstractClientSession(ClientFactoryManager factoryManager, IoSession ioSession) ClientSessionImpl(ClientFactoryManager client, IoSession ioSession) -
Uses of IoSession in org.apache.sshd.common.forward
Fields in org.apache.sshd.common.forward declared as IoSessionModifier and TypeFieldDescriptionprivate final IoSessionChannelToPortHandler.portprotected IoSessionSocksProxy.Proxy.sessionFields in org.apache.sshd.common.forward with type parameters of type IoSessionModifier and TypeFieldDescriptionprivate final Map<IoSession, SocksProxy.Proxy> SocksProxy.proxiesMethods in org.apache.sshd.common.forward that return IoSessionModifier and TypeMethodDescriptionChannelToPortHandler.getPortSession()Retrieves theIoSessionfor the port connection.Methods in org.apache.sshd.common.forward with parameters of type IoSessionModifier and TypeMethodDescriptionprotected ChannelToPortHandlerTcpipClientChannel.createChannelToPortHandler(IoSession session) voidDefaultForwarder.StaticIoHandler.exceptionCaught(IoSession session, Throwable cause) voidSocksProxy.exceptionCaught(IoSession session, Throwable cause) voidDefaultForwarder.StaticIoHandler.messageReceived(IoSession session, Readable message) voidSocksProxy.messageReceived(IoSession session, Readable message) voidDefaultForwarder.StaticIoHandler.sessionClosed(IoSession session) voidSocksProxy.sessionClosed(IoSession session) voidDefaultForwarder.StaticIoHandler.sessionCreated(IoSession session) voidSocksProxy.sessionCreated(IoSession session) Constructors in org.apache.sshd.common.forward with parameters of type IoSessionModifierConstructorDescriptionChannelToPortHandler(IoSession port, Channel channel) protectedTcpipClientChannel(TcpipClientChannel.Type type, IoSession serverSession, SshdSocketAddress remote) -
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. -
Uses of IoSession in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement IoSessionFields in org.apache.sshd.common.io.nio2 with type parameters of type IoSessionMethods in org.apache.sshd.common.io.nio2 that return types with arguments of type IoSession -
Uses of IoSession in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return IoSession -
Uses of IoSession in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as IoSessionModifier and TypeFieldDescriptionprivate final IoSessionSessionHelper.ioSessionThe underlying network sessionMethods in org.apache.sshd.common.session.helpers that return IoSessionMethods in org.apache.sshd.common.session.helpers with parameters of type IoSessionModifier and TypeMethodDescriptionstatic voidAbstractSession.attachSession(IoSession ioSession, AbstractSession session) Attach an SSHAbstractSessionto the I/O sessionprotected SAbstractSessionFactory.createSession(IoSession ioSession) protected abstract AbstractSessionAbstractSessionIoHandler.createSession(IoSession ioSession) protected abstract SAbstractSessionFactory.doCreateSession(IoSession ioSession) voidAbstractSessionIoHandler.exceptionCaught(IoSession ioSession, Throwable cause) static AbstractSessionAbstractSession.getSession(IoSession ioSession) Retrieve the SSH session from the I/O session.static AbstractSessionAbstractSession.getSession(IoSession ioSession, boolean allowNull) Retrieve the session SSH from the I/O session.voidAbstractSessionIoHandler.messageReceived(IoSession ioSession, Readable message) voidAbstractSessionIoHandler.sessionClosed(IoSession ioSession) voidAbstractSessionIoHandler.sessionCreated(IoSession ioSession) protected voidSessionHelper.signalSessionCreated(IoSession ioSession) protected voidSessionHelper.signalSessionEstablished(IoSession ioSession) Constructors in org.apache.sshd.common.session.helpers with parameters of type IoSessionModifierConstructorDescriptionprotectedAbstractSession(boolean serverSession, FactoryManager factoryManager, IoSession ioSession) Create a new session.protectedSessionHelper(boolean serverSession, FactoryManager factoryManager, IoSession ioSession) Create a new session. -
Uses of IoSession in org.apache.sshd.server.forward
Methods in org.apache.sshd.server.forward with parameters of type IoSessionModifier and TypeMethodDescriptionprotected ChannelToPortHandlerTcpipServerChannel.createChannelToPortHandler(IoSession session) voidTcpipServerChannel.PortIoHandler.exceptionCaught(IoSession session, Throwable cause) protected voidTcpipServerChannel.handleChannelOpenSuccess(OpenFuture f, IoSession session) voidTcpipServerChannel.PortIoHandler.messageReceived(IoSession session, Readable message) voidTcpipServerChannel.PortIoHandler.sessionClosed(IoSession session) voidTcpipServerChannel.PortIoHandler.sessionCreated(IoSession session) -
Uses of IoSession in org.apache.sshd.server.session
Methods in org.apache.sshd.server.session with parameters of type IoSessionModifier and TypeMethodDescriptionprotected ServerSessionImplSessionFactory.doCreateSession(IoSession ioSession) Constructors in org.apache.sshd.server.session with parameters of type IoSessionModifierConstructorDescriptionprotectedAbstractServerSession(ServerFactoryManager factoryManager, IoSession ioSession) ServerSessionImpl(ServerFactoryManager server, IoSession ioSession) -
Uses of IoSession in org.apache.sshd.server.x11
Fields in org.apache.sshd.server.x11 declared as IoSessionMethods in org.apache.sshd.server.x11 with parameters of type IoSessionModifier and TypeMethodDescriptionvoidDefaultX11ForwardSupport.exceptionCaught(IoSession session, Throwable cause) voidDefaultX11ForwardSupport.messageReceived(IoSession session, Readable message) voidDefaultX11ForwardSupport.sessionClosed(IoSession session) voidDefaultX11ForwardSupport.sessionCreated(IoSession session) Constructors in org.apache.sshd.server.x11 with parameters of type IoSession