| 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 | Field and Description |
|---|---|
private SocketConnector |
ProxyConnector.connector
Wrapped connector to use for outgoing TCP connections.
|
| Modifier and Type | Method and Description |
|---|---|
SocketConnector |
ProxyConnector.getConnector()
Get the
SocketConnector to be used for connections
to the proxy server. |
| Modifier and Type | Method and Description |
|---|---|
private void |
ProxyConnector.setConnector(SocketConnector connector)
Sets 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,
java.util.concurrent.Executor executor)
Creates a new proxy connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NioSocketConnector
IoConnector for socket transport (TCP/IP). |