Uses of Interface
org.apache.sshd.common.io.IoSession
-
-
Uses of IoSession in org.apache.sshd.client
Methods in org.apache.sshd.client with parameters of type IoSession Modifier and Type Method Description protected void
SshClient. onConnectOperationComplete(IoSession ioSession, ConnectFuture connectFuture, java.lang.String username, java.net.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 IoSession Modifier and Type Method Description protected ClientSessionImpl
SessionFactory. doCreateSession(IoSession ioSession)
Constructors in org.apache.sshd.client.session with parameters of type IoSession Constructor Description 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 IoSession Modifier and Type Field Description protected IoSession
TcpipClientChannel. serverSession
protected IoSession
SocksProxy.Proxy. session
Fields in org.apache.sshd.common.forward with type parameters of type IoSession Modifier and Type Field Description private java.util.Map<IoSession,SocksProxy.Proxy>
SocksProxy. proxies
Methods in org.apache.sshd.common.forward with parameters of type IoSession Modifier and Type Method Description void
DefaultForwarder.StaticIoHandler. exceptionCaught(IoSession session, java.lang.Throwable cause)
void
SocksProxy. exceptionCaught(IoSession session, java.lang.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 IoSession Constructor Description Proxy(IoSession session)
Socks4(IoSession session)
Socks5(IoSession session)
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 IoSession Modifier and Type Method Description IoSession
IoConnectFuture. getSession()
Methods in org.apache.sshd.common.io that return types with arguments of type IoSession Modifier and Type Method Description java.util.Map<java.lang.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 void
IoHandler. exceptionCaught(IoSession session, java.lang.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 IoSession Modifier and Type Class Description class
Nio2Session
Fields in org.apache.sshd.common.io.nio2 with type parameters of type IoSession Modifier and Type Field Description protected java.util.Map<java.lang.Long,IoSession>
Nio2Service. sessions
Methods in org.apache.sshd.common.io.nio2 that return IoSession Modifier and Type Method Description IoSession
Nio2Connector.DefaultIoConnectFuture. getSession()
Methods in org.apache.sshd.common.io.nio2 that return types with arguments of type IoSession Modifier and Type Method Description java.util.Map<java.lang.Long,IoSession>
Nio2Service. getManagedSessions()
Methods in org.apache.sshd.common.io.nio2 with parameters of type IoSession Modifier and Type Method Description void
Nio2Connector.DefaultIoConnectFuture. setSession(IoSession session)
-
Uses of IoSession in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return IoSession Modifier and Type Method Description IoSession
Session. getIoSession()
-
Uses of IoSession in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as IoSession Modifier and Type Field Description private IoSession
SessionHelper. ioSession
The underlying network sessionMethods in org.apache.sshd.common.session.helpers that return IoSession Modifier and Type Method Description IoSession
SessionHelper. getIoSession()
Methods in org.apache.sshd.common.session.helpers with parameters of type IoSession Modifier and Type Method Description static 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, java.lang.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 IoSession Constructor Description AbstractSession(boolean serverSession, FactoryManager factoryManager, IoSession ioSession)
Create a new session.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 IoSession Modifier and Type Field Description private IoSession
TcpipServerChannel. ioSession
Methods in org.apache.sshd.server.forward that return IoSession Modifier and Type Method Description IoSession
TcpipServerChannel. getIoSession()
Methods in org.apache.sshd.server.forward with parameters of type IoSession Modifier and Type Method Description protected 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 IoSession Modifier and Type Method Description protected ServerSessionImpl
SessionFactory. doCreateSession(IoSession ioSession)
Constructors in org.apache.sshd.server.session with parameters of type IoSession Constructor Description 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 IoSession Modifier and Type Field Description private IoSession
ChannelForwardedX11. serverSession
Methods in org.apache.sshd.server.x11 with parameters of type IoSession Modifier and Type Method Description void
DefaultX11ForwardSupport. exceptionCaught(IoSession session, java.lang.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 Constructor Description ChannelForwardedX11(IoSession serverSession)
-