Uses of Class
play.mvc.Http.WebSocketEvent
-
Packages that use Http.WebSocketEvent Package Description play.mvc -
-
Uses of Http.WebSocketEvent in play.mvc
Subclasses of Http.WebSocketEvent in play.mvc Modifier and Type Class Description static class
Http.WebSocketClose
static class
Http.WebSocketFrame
A Websocket frameFields in play.mvc with type parameters of type Http.WebSocketEvent Modifier and Type Field Description static F.Matcher<Http.WebSocketEvent,byte[]>
Http.WebSocketEvent. BinaryFrame
static F.Matcher<Http.WebSocketEvent,Http.WebSocketClose>
Http.WebSocketEvent. SocketClosed
static F.Matcher<Http.WebSocketEvent,java.lang.String>
Http.WebSocketEvent. TextFrame
Methods in play.mvc that return types with arguments of type Http.WebSocketEvent Modifier and Type Method Description F.Promise<Http.WebSocketEvent>
Http.Inbound. nextEvent()
-