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 classHttp.WebSocketClosestatic classHttp.WebSocketFrameA 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. BinaryFramestatic F.Matcher<Http.WebSocketEvent,Http.WebSocketClose>Http.WebSocketEvent. SocketClosedstatic F.Matcher<Http.WebSocketEvent,java.lang.String>Http.WebSocketEvent. TextFrameMethods in play.mvc that return types with arguments of type Http.WebSocketEvent Modifier and Type Method Description F.Promise<Http.WebSocketEvent>Http.Inbound. nextEvent()
-