| 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 and Description |
|---|---|
class |
ExpiringSessionRecycler
An
IoSessionRecycler with sessions that time out on inactivity. |
| Modifier and Type | Field and Description |
|---|---|
static IoSessionRecycler |
IoSessionRecycler.NOOP
A dummy recycler that doesn't recycle any sessions.
|
| Modifier and Type | Method and Description |
|---|---|
IoSessionRecycler |
DatagramAcceptor.getSessionRecycler()
Returns the
IoSessionRecycler for this service. |
| Modifier and Type | Method and Description |
|---|---|
void |
DatagramAcceptor.setSessionRecycler(IoSessionRecycler sessionRecycler)
Sets the
IoSessionRecycler for this service. |
| Modifier and Type | Method and Description |
|---|---|
IoSessionRecycler |
NioDatagramAcceptor.getSessionRecycler() |
| Modifier and Type | Method and Description |
|---|---|
void |
NioDatagramAcceptor.setSessionRecycler(IoSessionRecycler sessionRecycler) |
Copyright © 2004–2017 Apache MINA Project. All rights reserved.