barchart-udt-core
2.3.0-SNAPSHOT / 2013-05-13T01:37:38.485-0500

Uses of Class
com.barchart.udt.TypeUDT

Packages that use TypeUDT
com.barchart.udt Java wrapper around native C++ UDT protocol 
com.barchart.udt.nio java.nio - Style Programming API for UDT 
 

Uses of TypeUDT in com.barchart.udt
 

Methods in com.barchart.udt that return TypeUDT
 TypeUDT SocketUDT.type()
          message/stream socket type; read by JNI
static TypeUDT TypeUDT.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TypeUDT[] TypeUDT.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.barchart.udt with parameters of type TypeUDT
SocketUDT(TypeUDT type)
          "Primary" socket.
SocketUDT(TypeUDT type, int socketID)
          "Secondary" socket.
 

Uses of TypeUDT in com.barchart.udt.nio
 

Methods in com.barchart.udt.nio that return TypeUDT
 TypeUDT SelectorProviderUDT.type()
          TypeUDT of UDT sockets generated by this provider
 TypeUDT ServerSocketChannelUDT.typeUDT()
           
 TypeUDT ChannelUDT.typeUDT()
          The type of UDT socket.
 TypeUDT SocketChannelUDT.typeUDT()
           
 

Methods in com.barchart.udt.nio with parameters of type TypeUDT
static SelectorProviderUDT SelectorProviderUDT.from(TypeUDT type)
           
protected static Selector SelectorUDT.open(TypeUDT type)
          use this call to instantiate a selector for UDT
 

Constructors in com.barchart.udt.nio with parameters of type TypeUDT
SelectorProviderUDT(TypeUDT type)
           
 


barchart-udt-core
2.3.0-SNAPSHOT / 2013-05-13T01:37:38.485-0500

Copyright © 2009-2013 Barchart, Inc.. All Rights Reserved.