Package | Description |
---|---|
org.apache.mina.core.service | |
org.apache.mina.core.session | |
org.apache.mina.handler.chain |
A handler implementation that helps you implement sequentially layered protocols using Chains of Responsibility pattern.
|
org.apache.mina.handler.demux |
A handler implementation that helps you implement complex protocols by splitting
messageReceived handlers into multiple sub-handlers.
|
org.apache.mina.handler.multiton |
Enables creating a handler per session instead of having one handler for many sessions, using Multiton pattern.
|
org.apache.mina.handler.stream | |
org.apache.mina.proxy |
Modifier and Type | Class | Description |
---|---|---|
class |
IoHandlerAdapter |
An adapter class for
IoHandler . |
Modifier and Type | Method | Description |
---|---|---|
IoHandler |
AbstractIoService.getHandler() |
|
IoHandler |
IoService.getHandler() |
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractIoService.setHandler(IoHandler handler) |
Sets the handler which will handle all connections managed by this service.
|
void |
IoService.setHandler(IoHandler handler) |
Sets the handler which will handle all connections managed by this service.
|
Modifier and Type | Method | Description |
---|---|---|
IoHandler |
AbstractIoSession.getHandler() |
|
IoHandler |
DummySession.getHandler() |
|
IoHandler |
IoSession.getHandler() |
Modifier and Type | Method | Description |
---|---|---|
void |
DummySession.setHandler(IoHandler handler) |
Sets the
IoHandler which handles this session. |
Modifier and Type | Class | Description |
---|---|---|
class |
ChainedIoHandler |
An
IoHandler which executes an IoHandlerChain
on a messageReceived event. |
Modifier and Type | Class | Description |
---|---|---|
class |
DemuxingIoHandler |
Modifier and Type | Class | Description |
---|---|---|
class |
SingleSessionIoHandlerDelegate |
Deprecated.
|
Modifier and Type | Class | Description |
---|---|---|
class |
StreamIoHandler |
A
IoHandler that adapts asynchronous MINA events to stream I/O. |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractProxyIoHandler |
AbstractProxyIoHandler.java -
IoHandler that intercepts events until handshake is complete. |
Copyright © 2004–2018 Apache MINA Project. All rights reserved.