程序包 | 说明 |
---|---|
org.apache.mina.example.chat |
Chat server which demonstates using the text line codec and Spring integration.
|
org.apache.mina.example.chat.client |
Swing based chat client.
|
org.apache.mina.example.echoserver |
Echo server which demonstates low-level I/O layer and SSL support.
|
org.apache.mina.example.haiku | |
org.apache.mina.example.httpserver.codec |
A HTTP server implemented with protocol codec (needs more work).
|
org.apache.mina.example.httpserver.stream |
A simplistic HTTP server which demonstates stream-based I/O support.
|
org.apache.mina.example.netcat |
NetCat client (Network + Unix
cat command) which demonstates low-level I/O layer. |
org.apache.mina.example.proxy |
A TCP/IP tunneling proxy example.
|
org.apache.mina.example.reverser |
Reverser server which reverses all text lines demonstating high-level protocol layer.
|
org.apache.mina.example.sumup |
SumUp Server and Client which sums up all ADD requests.
|
org.apache.mina.example.tennis |
Two tennis players play a game which demonstates in-VM pipes.
|
org.apache.mina.handler |
Useful IoHandler implementations.
|
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.
|
限定符和类型 | 类和说明 |
---|---|
class |
ChatProtocolHandler
IoHandler implementation of a simple chat server protocol. |
限定符和类型 | 类和说明 |
---|---|
class |
SwingChatClientHandler
IoHandler implementation of the client side of the simple chat protocol. |
限定符和类型 | 类和说明 |
---|---|
class |
EchoProtocolHandler
IoHandler implementation for echo server. |
限定符和类型 | 类和说明 |
---|---|
class |
HaikuValidatorIoHandler |
限定符和类型 | 类和说明 |
---|---|
class |
ServerHandler
An
IoHandler for HTTP. |
限定符和类型 | 类和说明 |
---|---|
class |
HttpProtocolHandler
A simplistic HTTP protocol handler that replies back the URL and headers
which a client requested.
|
限定符和类型 | 类和说明 |
---|---|
class |
NetCatProtocolHandler
IoHandler implementation for NetCat client. |
限定符和类型 | 类和说明 |
---|---|
class |
AbstractProxyIoHandler
Base class of
IoHandler classes which handle
proxied connections. |
class |
ClientToProxyIoHandler
Handles the client to proxy part of the proxied connection.
|
class |
ServerToProxyIoHandler
Handles the server to proxy part of the proxied connection.
|
限定符和类型 | 类和说明 |
---|---|
class |
ReverseProtocolHandler
IoHandler implementation of reverser server protocol. |
限定符和类型 | 类和说明 |
---|---|
class |
ClientSessionHandler
IoHandler for SumUp client. |
class |
ServerSessionHandler
IoHandler for SumUp server. |
限定符和类型 | 类和说明 |
---|---|
class |
TennisPlayer
A
IoHandler implementation which plays a tennis game. |
限定符和类型 | 类和说明 |
---|---|
class |
StreamIoHandler
A
IoHandler that adapts asynchronous MINA events to stream I/O. |
限定符和类型 | 类和说明 |
---|---|
class |
ChainedIoHandler
An
IoHandler which executes an IoHandlerChain
on a messageReceived event. |
限定符和类型 | 类和说明 |
---|---|
class |
DemuxingIoHandler
|