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 voidSshClient. onConnectOperationComplete(IoSession ioSession, ConnectFuture connectFuture, java.lang.String username, java.net.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 IoSession Modifier and Type Method Description protected ClientSessionImplSessionFactory. 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 IoSessionTcpipClientChannel. serverSessionprotected IoSessionSocksProxy.Proxy. sessionFields 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. proxiesMethods in org.apache.sshd.common.forward with parameters of type IoSession Modifier and Type Method Description voidDefaultForwarder.StaticIoHandler. exceptionCaught(IoSession session, java.lang.Throwable cause)voidSocksProxy. exceptionCaught(IoSession session, java.lang.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 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 IoSessionIoConnectFuture. 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 voidIoHandler. exceptionCaught(IoSession session, java.lang.Throwable cause)voidIoHandler. messageReceived(IoSession session, Readable message)voidIoHandler. sessionClosed(IoSession session)voidIoHandler. sessionCreated(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 IoSession Modifier and Type Class Description classNio2SessionFields 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. sessionsMethods in org.apache.sshd.common.io.nio2 that return IoSession Modifier and Type Method Description IoSessionNio2Connector.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 voidNio2Connector.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 IoSessionSession. 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 IoSessionSessionHelper. ioSessionThe underlying network sessionMethods in org.apache.sshd.common.session.helpers that return IoSession Modifier and Type Method Description IoSessionSessionHelper. getIoSession()Methods in org.apache.sshd.common.session.helpers with parameters of type IoSession Modifier and Type Method Description static 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, java.lang.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 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 IoSessionTcpipServerChannel. ioSessionMethods in org.apache.sshd.server.forward that return IoSession Modifier and Type Method Description IoSessionTcpipServerChannel. getIoSession()Methods in org.apache.sshd.server.forward with parameters of type IoSession Modifier and Type Method Description protected voidTcpipServerChannel. 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 ServerSessionImplSessionFactory. 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 IoSessionChannelForwardedX11. serverSessionMethods in org.apache.sshd.server.x11 with parameters of type IoSession Modifier and Type Method Description voidDefaultX11ForwardSupport. exceptionCaught(IoSession session, java.lang.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 Constructor Description ChannelForwardedX11(IoSession serverSession)
-