public static class Http.WebSocketEvent extends Object
Modifier and Type | Field and Description |
---|---|
static F.Matcher<Http.WebSocketEvent,byte[]> |
BinaryFrame |
static F.Matcher<Http.WebSocketEvent,Http.WebSocketClose> |
SocketClosed |
static F.Matcher<Http.WebSocketEvent,String> |
TextFrame |
Constructor and Description |
---|
WebSocketEvent() |
public static F.Matcher<Http.WebSocketEvent,Http.WebSocketClose> SocketClosed
public static F.Matcher<Http.WebSocketEvent,String> TextFrame
public static F.Matcher<Http.WebSocketEvent,byte[]> BinaryFrame
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly