Package | Description |
---|---|
org.apache.mina.service.idlechecker | |
org.apache.mina.transport.bio |
Transport implementation base on blocking I/O
Socket |
org.apache.mina.transport.nio |
Transport implementations base on NIO (New I/O),
Channel |
Modifier and Type | Method and Description |
---|---|
void |
IndexedIdleChecker.sessionRead(AbstractIoSession session,
long timeInMs)
Inform the IdleCheker a session have a read event
|
void |
IdleChecker.sessionRead(AbstractIoSession session,
long time)
Inform the IdleCheker a session have a read event
|
void |
IndexedIdleChecker.sessionWritten(AbstractIoSession session,
long timeInMs)
Inform the IdleCheker a session have a write event
|
void |
IdleChecker.sessionWritten(AbstractIoSession session,
long time)
Inform the IdleCheker a session have a write event
|
Modifier and Type | Class and Description |
---|---|
class |
BioUdpSession
A
IoSession for BioUdpServer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNioSession
Common ancestor for NIO based
IoSession implmentation. |
class |
NioTcpSession
A NIO based TCP session, should be used by
NioTcpServer and NioTcpClient . |
class |
NioUdpSession
A UDP session based on NIO
|
Modifier and Type | Method and Description |
---|---|
void |
SslHelper.processRead(AbstractIoSession session,
ByteBuffer readBuffer)
Process a read ByteBuffer over a secured connection, or during the SSL/TLS Handshake.
|
Copyright © 2009–2013 Apache MINA Project. All rights reserved.