Uses of Class
org.apache.mina.common.TransportType

Packages that use TransportType
org.apache.mina.common Common types required for users to use MINA. 
 

Uses of TransportType in org.apache.mina.common
 

Fields in org.apache.mina.common declared as TransportType
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
Methods in org.apache.mina.common that return TransportType
static TransportType TransportType.getInstance(String name)
          Returns the transport type of the specified name.
 TransportType IoSession.getTransportType()
          Returns transport type of this session.
 



Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.