| Package | Description |
|---|---|
| org.apache.mina.core.polling |
Base class for implementing transport based on active polling strategies like NIO select call, or any API
based on I/O polling system calls (epoll, poll, select, kqueue, etc).
|
| org.apache.mina.core.session | |
| org.apache.mina.transport.socket |
| Modifier and Type | Method and Description |
|---|---|
IoSessionRecycler |
AbstractPollingConnectionlessIoAcceptor.getSessionRecycler() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPollingConnectionlessIoAcceptor.setSessionRecycler(IoSessionRecycler sessionRecycler) |
| 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. |
Copyright © 2004-2012 Apache MINA Project. All Rights Reserved.