|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IoSessionRecycler | |
|---|---|
| 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 | |
| Uses of IoSessionRecycler in org.apache.mina.core.polling |
|---|
| Methods in org.apache.mina.core.polling that return IoSessionRecycler | |
|---|---|
IoSessionRecycler |
AbstractPollingConnectionlessIoAcceptor.getSessionRecycler()
|
| Methods in org.apache.mina.core.polling with parameters of type IoSessionRecycler | |
|---|---|
void |
AbstractPollingConnectionlessIoAcceptor.setSessionRecycler(IoSessionRecycler sessionRecycler)
|
| Uses of IoSessionRecycler in org.apache.mina.core.session |
|---|
| Classes in org.apache.mina.core.session that implement IoSessionRecycler | |
|---|---|
class |
ExpiringSessionRecycler
An IoSessionRecycler with sessions that time out on inactivity. |
| Fields in org.apache.mina.core.session declared as IoSessionRecycler | |
|---|---|
static IoSessionRecycler |
IoSessionRecycler.NOOP
A dummy recycler that doesn't recycle any sessions. |
| Uses of IoSessionRecycler in org.apache.mina.transport.socket |
|---|
| Methods in org.apache.mina.transport.socket that return IoSessionRecycler | |
|---|---|
IoSessionRecycler |
DatagramAcceptor.getSessionRecycler()
Returns the IoSessionRecycler for this service. |
| Methods in org.apache.mina.transport.socket with parameters of type IoSessionRecycler | |
|---|---|
void |
DatagramAcceptor.setSessionRecycler(IoSessionRecycler sessionRecycler)
Sets the IoSessionRecycler for this service. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||