WebSocketHandler

Constructors

this
this()
Undocumented in source.

Members

Functions

acceptUpgrade
bool acceptUpgrade(HttpRequest request, HttpResponse response, HttpOutputStream output, HttpConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
getWebSocketPolicy
WebSocketPolicy getWebSocketPolicy()
Undocumented in source. Be warned that the author may not have intended to support it.
onConnect
void onConnect(WebSocketConnection webSocketConnection)
Undocumented in source. Be warned that the author may not have intended to support it.
onError
void onError(Exception t, WebSocketConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
onFrame
void onFrame(Frame frame, WebSocketConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
setWebSocketPolicy
void setWebSocketPolicy(WebSocketPolicy w)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_webSocketPolicy
WebSocketPolicy _webSocketPolicy;
Undocumented in source.
defaultWebSocketPolicy
WebSocketPolicy defaultWebSocketPolicy;
Undocumented in source.

Meta