Uses of Class
com.glines.socketio.server.SocketIOFrame.FrameType

Packages that use SocketIOFrame.FrameType
com.glines.socketio.server   
 

Uses of SocketIOFrame.FrameType in com.glines.socketio.server
 

Methods in com.glines.socketio.server that return SocketIOFrame.FrameType
static SocketIOFrame.FrameType SocketIOFrame.FrameType.fromInt(int val)
           
 SocketIOFrame.FrameType SocketIOFrame.getFrameType()
           
static SocketIOFrame.FrameType SocketIOFrame.FrameType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SocketIOFrame.FrameType[] SocketIOFrame.FrameType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.glines.socketio.server with parameters of type SocketIOFrame.FrameType
static String SocketIOFrame.encode(SocketIOFrame.FrameType type, int messageType, String data)
           
 

Constructors in com.glines.socketio.server with parameters of type SocketIOFrame.FrameType
SocketIOFrame(SocketIOFrame.FrameType frameType, int messageType, String data)
           
 



Copyright © 2010-2011. All Rights Reserved.