Package | Description |
---|---|
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.gettingstarted.timeserver | |
org.apache.mina.example.haiku | |
org.apache.mina.example.imagine.step1.client | |
org.apache.mina.example.imagine.step1.server | |
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.tcp.perf | |
org.apache.mina.example.tennis |
Two tennis players play a game which demonstates in-VM pipes.
|
org.apache.mina.example.udp | |
org.apache.mina.example.udp.client | |
org.apache.mina.example.udp.perf | |
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.stream | |
org.apache.mina.proxy |
Modifier and Type | Class and Description |
---|---|
class |
ChatProtocolHandler
IoHandler implementation of a simple chat server protocol. |
Modifier and Type | Class and Description |
---|---|
class |
SwingChatClientHandler
IoHandler implementation of the client side of the simple chat protocol. |
Modifier and Type | Class and Description |
---|---|
class |
EchoProtocolHandler
IoHandler implementation for echo server. |
Modifier and Type | Class and Description |
---|---|
class |
TimeServerHandler
The Time Server handler : it return the current date when a message is received,
or close the session if the "quit" message is received.
|
Modifier and Type | Class and Description |
---|---|
class |
HaikuValidatorIoHandler |
Modifier and Type | Class and Description |
---|---|
class |
ImageClient
client for the
ImageServer |
Modifier and Type | Class and Description |
---|---|
class |
ImageServerIoHandler
server-side
IoHandler |
Modifier and Type | Class and Description |
---|---|
class |
NetCatProtocolHandler
IoHandler implementation for NetCat client. |
Modifier and Type | Class and Description |
---|---|
class |
ClientToProxyIoHandler
Handles the client to proxy part of the proxied connection.
|
class |
ServerToProxyIoHandler
Handles the server to proxy part of the proxied connection.
|
Modifier and Type | Class and Description |
---|---|
class |
ReverseProtocolHandler
IoHandler implementation of reverser server protocol. |
Modifier and Type | Class and Description |
---|---|
class |
ClientSessionHandler
IoHandler for SumUp client. |
class |
ServerSessionHandler
IoHandler for SumUp server. |
Modifier and Type | Class and Description |
---|---|
class |
TcpClient
An UDP client taht just send thousands of small messages to a UdpServer.
|
class |
TcpServer
An TCP server used for performance tests.
|
class |
TcpSslClient
An TCP client that just send thousands of small messages to a TcpServer through SSL.
|
class |
TcpSslServer
An TCP SSL server used for performance tests.
|
Modifier and Type | Class and Description |
---|---|
class |
TennisPlayer
A
IoHandler implementation which plays a tennis game. |
Modifier and Type | Class and Description |
---|---|
class |
MemoryMonitorHandler
Class the extends IoHandlerAdapter in order to properly handle
connections and the data the connections send
|
Modifier and Type | Class and Description |
---|---|
class |
MemMonClient
Sends its memory usage to the MemoryMonitor server.
|
Modifier and Type | Class and Description |
---|---|
class |
UdpClient
An UDP client taht just send thousands of small messages to a UdpServer.
|
class |
UdpServer
An UDP server used for performance tests.
|
Modifier and Type | Class and Description |
---|---|
class |
ChainedIoHandler
An
IoHandler which executes an IoHandlerChain
on a messageReceived event. |
Modifier and Type | Class and Description |
---|---|
class |
DemuxingIoHandler
|
Modifier and Type | Class and Description |
---|---|
class |
StreamIoHandler
A
IoHandler that adapts asynchronous MINA events to stream I/O. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProxyIoHandler
AbstractProxyIoHandler.java -
IoHandler that intercepts events until handshake is complete. |
Copyright © 2004–2016 Apache MINA Project. All rights reserved.