Package ratpack.core.websocket
Interface WebSocketMessage<T>
-
public interface WebSocketMessage<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebSocket
getConnection()
T
getOpenResult()
String
getText()
-