Package | Description |
---|---|
org.apache.mina.core.session | |
org.apache.mina.transport.socket | |
org.apache.mina.transport.socket.nio |
Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ExpiringSessionRecycler |
An
IoSessionRecycler with sessions that time out on inactivity. |
Modifier and Type | Field | Description |
---|---|---|
static IoSessionRecycler |
IoSessionRecycler.NOOP |
A dummy recycler that doesn't recycle any sessions.
|
Modifier and Type | Method | Description |
---|---|---|
IoSessionRecycler |
DatagramAcceptor.getSessionRecycler() |
Modifier and Type | Method | Description |
---|---|---|
void |
DatagramAcceptor.setSessionRecycler(IoSessionRecycler sessionRecycler) |
Sets the
IoSessionRecycler for this service. |
Modifier and Type | Method | Description |
---|---|---|
IoSessionRecycler |
NioDatagramAcceptor.getSessionRecycler() |
Modifier and Type | Method | Description |
---|---|---|
void |
NioDatagramAcceptor.setSessionRecycler(IoSessionRecycler sessionRecycler) |
Copyright © 2004–2018 Apache MINA Project. All rights reserved.