org.atmosphere.socketio
Interface SocketIOWebSocketSessionWrapper
- All Superinterfaces:
- SocketIOOutbound, SocketIOSessionOutbound
- All Known Implementing Classes:
- WebSocketTransport.SocketIOWebSocketSessionWrapperImpl
public interface SocketIOWebSocketSessionWrapper
- extends SocketIOSessionOutbound
- Author:
- Sebastien Dionne : sebastien.dionne@gmail.com
getSession
SocketIOSession getSession()
- Returns:
onDisconnect
void onDisconnect()
onMessage
void onMessage(byte frame,
String message)
- Parameters:
frame - message -
onMessage
void onMessage(byte frame,
byte[] data,
int offset,
int length)
- Parameters:
frame - data - offset - length -
isInitiated
boolean isInitiated()
- Returns:
webSocket
WebSocket webSocket()
- Returns:
setWebSocket
void setWebSocket(WebSocket websocket)
- Parameters:
websocket -
initiated
void initiated(boolean initialed)
- Parameters:
initialed -
Copyright © 2014. All Rights Reserved.