| Modifier and Type | Method and Description |
|---|---|
protected AbstractSession |
SessionFactory.doCreateSession(IoSession ioSession) |
| Constructor and Description |
|---|
ClientSessionImpl(ClientFactoryManager client,
IoSession session) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractSession |
AbstractSessionIoHandler.createSession(IoSession ioSession) |
void |
AbstractSessionIoHandler.exceptionCaught(IoSession ioSession,
java.lang.Throwable cause) |
void |
AbstractSessionIoHandler.messageReceived(IoSession ioSession,
Readable message) |
void |
AbstractSessionIoHandler.sessionClosed(IoSession ioSession) |
void |
AbstractSessionIoHandler.sessionCreated(IoSession ioSession) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTcpipForwarder.exceptionCaught(IoSession session,
java.lang.Throwable cause) |
void |
DefaultTcpipForwarder.messageReceived(IoSession session,
Readable message) |
void |
DefaultTcpipForwarder.sessionClosed(IoSession session) |
void |
DefaultTcpipForwarder.sessionCreated(IoSession session) |
| Constructor and Description |
|---|
TcpipClientChannel(TcpipClientChannel.Type type,
IoSession serverSession,
SshdSocketAddress remote) |
| Modifier and Type | Method and Description |
|---|---|
IoSession |
IoConnectFuture.getSession() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Long,IoSession> |
IoService.getManagedSessions()
Returns the map of all sessions which are currently managed by this
service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IoHandler.exceptionCaught(IoSession ioSession,
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MinaSession |
| Modifier and Type | Method and Description |
|---|---|
protected IoSession |
MinaService.getSession(org.apache.mina.core.session.IoSession session) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Long,IoSession> |
MinaService.getManagedSessions() |
| Modifier and Type | Class and Description |
|---|---|
class |
Nio2Session |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.Long,IoSession> |
Nio2Service.sessions |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Long,IoSession> |
Nio2Service.getManagedSessions() |
| Modifier and Type | Field and Description |
|---|---|
protected IoSession |
AbstractSession.ioSession
The underlying MINA session
|
| Modifier and Type | Method and Description |
|---|---|
IoSession |
AbstractSession.getIoSession()
Retrieve the mina session
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractSession.attachSession(IoSession ioSession,
AbstractSession session)
Attach a session to the MINA session
|
protected AbstractSession |
AbstractSessionFactory.createSession(IoSession ioSession) |
protected abstract AbstractSession |
AbstractSessionFactory.doCreateSession(IoSession ioSession) |
static AbstractSession |
AbstractSession.getSession(IoSession ioSession)
Retrieve the session from the MINA session.
|
static AbstractSession |
AbstractSession.getSession(IoSession ioSession,
boolean allowNull)
Retrieve the session from the MINA session.
|
| Constructor and Description |
|---|
AbstractSession(boolean isServer,
FactoryManager factoryManager,
IoSession ioSession)
Create a new session.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractSession |
SessionFactory.doCreateSession(IoSession ioSession) |
| Constructor and Description |
|---|
ServerSession(ServerFactoryManager server,
IoSession ioSession) |
| Modifier and Type | Method and Description |
|---|---|
void |
X11ForwardSupport.exceptionCaught(IoSession session,
java.lang.Throwable cause) |
void |
X11ForwardSupport.messageReceived(IoSession session,
Readable message) |
void |
X11ForwardSupport.sessionClosed(IoSession session) |
void |
X11ForwardSupport.sessionCreated(IoSession session) |
| Constructor and Description |
|---|
X11ForwardSupport.ChannelForwardedX11(IoSession serverSession) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.