| 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 |
|---|---|
void |
SocksProxy.exceptionCaught(IoSession session,
Throwable cause) |
void |
SocksProxy.messageReceived(IoSession session,
Readable message) |
void |
SocksProxy.sessionClosed(IoSession session) |
void |
SocksProxy.sessionCreated(IoSession session) |
| Constructor and Description |
|---|
Proxy(IoSession session) |
Socks4(IoSession session) |
Socks5(IoSession session) |
TcpipClientChannel(TcpipClientChannel.Type type,
IoSession serverSession,
SshdSocketAddress remote) |
| Modifier and Type | Method and Description |
|---|---|
IoSession |
IoConnectFuture.getSession() |
| Modifier and Type | Method and Description |
|---|---|
Map<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 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.
|
| 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 |
|---|---|
Map<Long,IoSession> |
MinaService.getManagedSessions() |
| Modifier and Type | Class and Description |
|---|---|
class |
Nio2Session |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Long,IoSession> |
Nio2Service.sessions |
| Modifier and Type | Method and Description |
|---|---|
Map<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 |
Session.getIoSession() |
IoSession |
AbstractSession.getIoSession() |
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractSession.attachSession(IoSession ioSession,
AbstractSession session)
Attach a session to the MINA session
|
protected abstract AbstractSession |
AbstractSessionIoHandler.createSession(IoSession ioSession) |
protected AbstractSession |
AbstractSessionFactory.createSession(IoSession ioSession) |
protected abstract AbstractSession |
AbstractSessionFactory.doCreateSession(IoSession ioSession) |
void |
AbstractSessionIoHandler.exceptionCaught(IoSession ioSession,
Throwable cause) |
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.
|
void |
AbstractSessionIoHandler.messageReceived(IoSession ioSession,
Readable message) |
void |
AbstractSessionIoHandler.sessionClosed(IoSession ioSession) |
void |
AbstractSessionIoHandler.sessionCreated(IoSession ioSession) |
| 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 |
|---|
ServerSessionImpl(ServerFactoryManager server,
IoSession ioSession) |
| Modifier and Type | Method and Description |
|---|---|
void |
X11ForwardSupport.exceptionCaught(IoSession session,
Throwable cause) |
void |
X11ForwardSupport.messageReceived(IoSession session,
Readable message) |
void |
X11ForwardSupport.sessionClosed(IoSession session) |
void |
X11ForwardSupport.sessionCreated(IoSession session) |
| Constructor and Description |
|---|
ChannelForwardedX11(IoSession serverSession) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.