| Package | Description |
|---|---|
| org.apache.mina.proxy | |
| org.apache.mina.transport.socket.nio |
Socket (TCP/IP) and Datagram (UDP/IP) support based on Java
NIO (New I/O) API.
|
| Modifier and Type | Method and Description |
|---|---|
SocketConnector |
ProxyConnector.getConnector()
Get the
SocketConnector to be used for connections
to the proxy server. |
| Constructor and Description |
|---|
ProxyConnector(SocketConnector connector)
Creates a new proxy connector.
|
ProxyConnector(SocketConnector connector,
IoSessionConfig config,
Executor executor)
Creates a new proxy connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NioSocketConnector
IoConnector for socket transport (TCP/IP). |
Copyright © 2004–2017 Apache MINA Project. All rights reserved.