Package | Description |
---|---|
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 |
NioTcpClient
This class implements a TCP NIO based client.
|
class |
NioUdpClient
This class implements a UDP NIO based client.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTcpClient
Base class for TCP based Clients
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUdpClient
Base class for UDP based Clients
|
Copyright © 2009–2013 Apache MINA Project. All rights reserved.