|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProtocolHandler | |
|---|---|
| org.apache.mina.examples.reverser | Reverser server which reverses all text lines demonstating high-level protocol layer. |
| org.apache.mina.examples.sumup | |
| org.apache.mina.examples.tennis | Two tennis players play a game which demonstates in-VM pipes. |
| org.apache.mina.protocol | High-level protocol implementation layer (Protocol layer). |
| org.apache.mina.protocol.handler | Useful ProtocolHandler implementations. |
| org.apache.mina.protocol.io | A wrapper for org.apache.mina.io package to support low-level I/O. |
| Uses of ProtocolHandler in org.apache.mina.examples.reverser |
|---|
| Classes in org.apache.mina.examples.reverser that implement ProtocolHandler | |
|---|---|
class |
ReverseProtocolHandler
ProtocolHandler implementation of reverser server protocol. |
| Methods in org.apache.mina.examples.reverser that return ProtocolHandler | |
|---|---|
ProtocolHandler |
ReverseProtocolProvider.getHandler()
|
| Uses of ProtocolHandler in org.apache.mina.examples.sumup |
|---|
| Classes in org.apache.mina.examples.sumup that implement ProtocolHandler | |
|---|---|
class |
ClientSessionHandler
ProtocolHandler for SumUp client. |
class |
ServerSessionHandler
ProtocolHandler for SumUp server. |
| Methods in org.apache.mina.examples.sumup that return ProtocolHandler | |
|---|---|
ProtocolHandler |
ClientProtocolProvider.getHandler()
|
ProtocolHandler |
ServerProtocolProvider.getHandler()
|
| Uses of ProtocolHandler in org.apache.mina.examples.tennis |
|---|
| Methods in org.apache.mina.examples.tennis that return ProtocolHandler | |
|---|---|
ProtocolHandler |
TennisPlayer.getHandler()
|
| Uses of ProtocolHandler in org.apache.mina.protocol |
|---|
| Classes in org.apache.mina.protocol that implement ProtocolHandler | |
|---|---|
class |
ProtocolHandlerAdapter
An abstract adapter class for ProtocolHandler. |
| Methods in org.apache.mina.protocol that return ProtocolHandler | |
|---|---|
ProtocolHandler |
ProtocolSession.getHandler()
Returns the ProtocolHandler which handles this session. |
ProtocolHandler |
ProtocolProvider.getHandler()
|
| Uses of ProtocolHandler in org.apache.mina.protocol.handler |
|---|
| Classes in org.apache.mina.protocol.handler that implement ProtocolHandler | |
|---|---|
class |
DemuxingProtocolHandler
A ProtocolHandler that demuxes messageReceived events
to the appropriate MessageHandler. |
| Uses of ProtocolHandler in org.apache.mina.protocol.io |
|---|
| Methods in org.apache.mina.protocol.io that return ProtocolHandler | |
|---|---|
ProtocolHandler |
IoProtocolSession.getHandler()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||