Package | Description |
---|---|
org.apache.mina.transport.bio |
Transport implementation base on blocking I/O
Socket |
org.apache.mina.transport.nio |
Transport implementations base on NIO (New I/O),
Channel |
org.apache.mina.transport.tcp |
Shared plumber for TCP transport implementations.
|
org.apache.mina.transport.udp |
Shared plumber UDP transport implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
BioUdpServer
A java blocking I/O based UDP server.
|
Modifier and Type | Class and Description |
---|---|
class |
NioTcpServer
This class implements a TCP NIO based server.
|
class |
NioUdpServer
This class implements a UDP NIO based server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTcpServer
Base class for TCP based Servers
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUdpServer
Base implementation for all the UDP servers.
|
Copyright © 2009–2013 Apache MINA Project. All rights reserved.