Package | Description |
---|---|
org.apache.mina.common |
Common types required for users to use MINA.
|
org.apache.mina.transport.vmpipe.support |
Internal classes used by org.apache.mina.transport.vmpipe package.
|
Modifier and Type | Field and Description |
---|---|
static TransportType |
TransportType.DATAGRAM
Transport type: UDP/IP (Registry name: "DATAGRAM" or "UDP")
|
static TransportType |
TransportType.SOCKET
Transport type: TCP/IP (Registry name: "SOCKET" or "TCP")
|
static TransportType |
TransportType.VM_PIPE
Transport type: in-VM pipe (Registry name: "VM_PIPE")
Please refer to
org.apache.mina.protocol.vmpipe
package.
|
Modifier and Type | Method and Description |
---|---|
static TransportType |
TransportType.getInstance(String name)
Returns the transport type of the specified name.
|
TransportType |
IoSession.getTransportType()
Returns transport type of this session.
|
Modifier and Type | Method and Description |
---|---|
TransportType |
VmPipeSessionImpl.getTransportType() |
Copyright © 2004–2015 Apache MINA Project. All rights reserved.