public abstract class AbstractJettyKShieldEndpoint extends AbstractWebSocketEndpoint
Constructor and Description |
---|
AbstractJettyKShieldEndpoint() |
Modifier and Type | Method and Description |
---|---|
void |
onWebSocketClose(int statusCode,
String reason) |
void |
onWebSocketConnect(org.eclipse.jetty.websocket.api.Session newSession) |
void |
onWebSocketError(Throwable cause) |
void |
onWebSocketText(String message) |
protected void |
reset() |
protected void |
send(String message) |
isActive, isNotEmpty, kshieldAuthManager, onCloseImpl, onErrorImpl, onMessageImpl, onOpenImpl, signal, toString
public AbstractJettyKShieldEndpoint()
@OnWebSocketClose public void onWebSocketClose(int statusCode, String reason)
@OnWebSocketConnect public void onWebSocketConnect(org.eclipse.jetty.websocket.api.Session newSession)
@OnWebSocketError public void onWebSocketError(Throwable cause)
@OnWebSocketMessage public void onWebSocketText(String message)
protected void reset()
reset
in class AbstractWebSocketEndpoint
protected void send(String message)
send
in class AbstractWebSocketEndpoint
Copyright © 2013 TDP Ltd. All Rights Reserved.