Package | Description |
---|---|
org.apache.mina.transport.socket.nio |
Socket (TCP/IP) and Datagram (UDP/IP) support based on Java
NIO (New I/O) API.
|
org.apache.mina.transport.socket.nio.support |
Internal classes used by org.apache.mina.transport.socket.nio package.
|
Modifier and Type | Method and Description |
---|---|
DatagramAcceptorConfig |
DatagramAcceptor.getDefaultConfig() |
Modifier and Type | Method and Description |
---|---|
void |
DatagramAcceptor.setDefaultConfig(DatagramAcceptorConfig defaultConfig)
Sets the config this acceptor will use by default.
|
Modifier and Type | Method and Description |
---|---|
DatagramAcceptorConfig |
DatagramAcceptorDelegate.getDefaultConfig() |
Modifier and Type | Method and Description |
---|---|
void |
DatagramAcceptorDelegate.setDefaultConfig(DatagramAcceptorConfig defaultConfig)
Sets the config this acceptor will use by default.
|
Copyright © 2004–2014 Apache MINA Project. All rights reserved.