Uses of Class
org.atmosphere.socketio.transport.SocketIOPacketImpl

Packages that use SocketIOPacketImpl
org.atmosphere.socketio   
org.atmosphere.socketio.transport   
 

Uses of SocketIOPacketImpl in org.atmosphere.socketio
 

Method parameters in org.atmosphere.socketio with type arguments of type SocketIOPacketImpl
 void SocketIOOutbound.sendMessage(List<SocketIOPacketImpl> messages)
          Send messages to the client.
 

Uses of SocketIOPacketImpl in org.atmosphere.socketio.transport
 

Methods in org.atmosphere.socketio.transport that return types with arguments of type SocketIOPacketImpl
static List<SocketIOPacketImpl> SocketIOPacketImpl.parse(String data)
           
 

Method parameters in org.atmosphere.socketio.transport with type arguments of type SocketIOPacketImpl
 void XHRTransport.XHRSessionHelper.sendMessage(List<SocketIOPacketImpl> messages)
           
 void WebSocketTransport.SocketIOWebSocketSessionWrapperImpl.sendMessage(List<SocketIOPacketImpl> messages)
           
 



Copyright © 2014. All Rights Reserved.