Uses of Class
org.atmosphere.socketio.transport.SocketIOPacketImpl
-
Packages that use SocketIOPacketImpl Package Description 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 Modifier and Type Method Description voidSocketIOOutbound. sendMessage(java.util.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 Modifier and Type Method Description static java.util.List<SocketIOPacketImpl>SocketIOPacketImpl. parse(java.lang.String data)Method parameters in org.atmosphere.socketio.transport with type arguments of type SocketIOPacketImpl Modifier and Type Method Description voidWebSocketTransport.SocketIOWebSocketSessionWrapperImpl. sendMessage(java.util.List<SocketIOPacketImpl> messages)voidXHRTransport.XHRSessionHelper. sendMessage(java.util.List<SocketIOPacketImpl> messages)
-