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, 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 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 TypeFieldDescriptionprivate final IoSession
ChannelToPortHandler.port
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 that return IoSessionModifier and TypeMethodDescriptionChannelToPortHandler.getPortSession()
Retrieves theIoSession
for the port connection.Methods in org.apache.sshd.common.forward with parameters of type IoSessionModifier and TypeMethodDescriptionprotected ChannelToPortHandler
TcpipClientChannel.createChannelToPortHandler
(IoSession session) void
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 IoSessionModifierConstructorDescriptionChannelToPortHandler
(IoSession port, Channel channel) protected
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 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 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
DefaultIoConnectFuture.setSession
(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 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 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
Methods in org.apache.sshd.server.forward with parameters of type IoSessionModifier and TypeMethodDescriptionprotected ChannelToPortHandler
TcpipServerChannel.createChannelToPortHandler
(IoSession session) void
TcpipServerChannel.PortIoHandler.exceptionCaught
(IoSession session, Throwable cause) protected void
TcpipServerChannel.handleChannelOpenSuccess
(OpenFuture f, IoSession session) void
TcpipServerChannel.PortIoHandler.messageReceived
(IoSession session, Readable message) void
TcpipServerChannel.PortIoHandler.sessionClosed
(IoSession session) void
TcpipServerChannel.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 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