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 void
SshClient.onConnectOperationComplete
(IoSession ioSession, ConnectFuture connectFuture, String username, SocketAddress address, KeyIdentityProvider identities, boolean useDefaultIdentities) -
Uses of IoSession in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session with parameters of type IoSessionModifier and TypeMethodDescriptionprotected ClientSessionImpl
SessionFactory.doCreateSession
(IoSession ioSession) Constructors in org.apache.sshd.client.session with parameters of type IoSessionModifierConstructorDescriptionprotected
AbstractClientSession
(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 TypeFieldDescriptionprotected final IoSession
TcpipClientChannel.serverSession
protected IoSession
SocksProxy.Proxy.session
Fields in org.apache.sshd.common.forward with type parameters of type IoSessionModifier and TypeFieldDescriptionprivate final Map<IoSession,
SocksProxy.Proxy> SocksProxy.proxies
Methods in org.apache.sshd.common.forward with parameters of type IoSessionModifier and TypeMethodDescriptionvoid
DefaultForwarder.StaticIoHandler.exceptionCaught
(IoSession session, Throwable cause) void
SocksProxy.exceptionCaught
(IoSession session, Throwable cause) void
DefaultForwarder.StaticIoHandler.messageReceived
(IoSession session, Readable message) void
SocksProxy.messageReceived
(IoSession session, Readable message) void
DefaultForwarder.StaticIoHandler.sessionClosed
(IoSession session) void
SocksProxy.sessionClosed
(IoSession session) void
DefaultForwarder.StaticIoHandler.sessionCreated
(IoSession session) void
SocksProxy.sessionCreated
(IoSession session) Constructors in org.apache.sshd.common.forward with parameters of type IoSessionModifierConstructorDescriptionprotected
TcpipClientChannel
(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 IoSessionMethods 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 TypeMethodDescriptionvoid
IoHandler.exceptionCaught
(IoSession session, Throwable cause) void
IoHandler.messageReceived
(IoSession session, Readable message) void
IoHandler.sessionClosed
(IoSession session) void
IoHandler.sessionCreated
(IoSession session) void
IoConnectFuture.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 IoSessionMethods in org.apache.sshd.common.io.nio2 that return types with arguments of type IoSessionMethods in org.apache.sshd.common.io.nio2 with parameters of type IoSessionModifier and TypeMethodDescriptionvoid
Nio2Connector.DefaultIoConnectFuture.setSession
(IoSession session) -
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 IoSession
SessionHelper.ioSession
The 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 void
AbstractSession.attachSession
(IoSession ioSession, AbstractSession session) Attach an SSHAbstractSession
to the I/O sessionprotected S
AbstractSessionFactory.createSession
(IoSession ioSession) protected abstract AbstractSession
AbstractSessionIoHandler.createSession
(IoSession ioSession) protected abstract S
AbstractSessionFactory.doCreateSession
(IoSession ioSession) void
AbstractSessionIoHandler.exceptionCaught
(IoSession ioSession, Throwable cause) static AbstractSession
AbstractSession.getSession
(IoSession ioSession) Retrieve the SSH session from the I/O session.static AbstractSession
AbstractSession.getSession
(IoSession ioSession, boolean allowNull) Retrieve the session SSH from the I/O session.void
AbstractSessionIoHandler.messageReceived
(IoSession ioSession, Readable message) void
AbstractSessionIoHandler.sessionClosed
(IoSession ioSession) void
AbstractSessionIoHandler.sessionCreated
(IoSession ioSession) protected void
SessionHelper.signalSessionCreated
(IoSession ioSession) protected void
SessionHelper.signalSessionEstablished
(IoSession ioSession) Constructors in org.apache.sshd.common.session.helpers with parameters of type IoSessionModifierConstructorDescriptionprotected
AbstractSession
(boolean serverSession, FactoryManager factoryManager, IoSession ioSession) Create a new session.protected
SessionHelper
(boolean serverSession, FactoryManager factoryManager, IoSession ioSession) Create a new session. -
Uses of IoSession in org.apache.sshd.server.forward
Fields in org.apache.sshd.server.forward declared as IoSessionMethods in org.apache.sshd.server.forward that return IoSessionMethods in org.apache.sshd.server.forward with parameters of type IoSessionModifier and TypeMethodDescriptionprotected void
TcpipServerChannel.handleChannelOpenSuccess
(OpenFuture f, 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 ServerSessionImpl
SessionFactory.doCreateSession
(IoSession ioSession) Constructors in org.apache.sshd.server.session with parameters of type IoSessionModifierConstructorDescriptionprotected
AbstractServerSession
(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 TypeMethodDescriptionvoid
DefaultX11ForwardSupport.exceptionCaught
(IoSession session, Throwable cause) void
DefaultX11ForwardSupport.messageReceived
(IoSession session, Readable message) void
DefaultX11ForwardSupport.sessionClosed
(IoSession session) void
DefaultX11ForwardSupport.sessionCreated
(IoSession session) Constructors in org.apache.sshd.server.x11 with parameters of type IoSession