Uses of Class
com.espertech.esperio.socket.config.DataType

Packages that use DataType
com.espertech.esperio.socket.config Socket Adapter configuration classes. 
com.espertech.esperio.socket.core HTTP Adapter plug-in classes for use in Esper configuration and adapter API. 
 

Uses of DataType in com.espertech.esperio.socket.config
 

Methods in com.espertech.esperio.socket.config that return DataType
 DataType SocketConfig.getDataType()
           
static DataType DataType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataType[] DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.espertech.esperio.socket.config with parameters of type DataType
 void SocketConfig.setDataType(DataType dataType)
           
 

Uses of DataType in com.espertech.esperio.socket.core
 

Constructors in com.espertech.esperio.socket.core with parameters of type DataType
EsperSocketServiceRunnable(java.lang.String serviceName, DataType dataType, java.net.ServerSocket serversocket, EPServiceProviderSPI engine)
           
WorkerThread(java.lang.String serviceName, EPServiceProviderSPI engine, EsperSocketServiceRunnable runnable, java.net.Socket socket, DataType dataType)
           
 


© 2006-2011 EsperTech Inc.
All rights reserved.
Visit us at espertech.com