|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.toremote.websocket.handler.AbstractHandler com.toremote.websocket.handler.ConfigHandler
public class ConfigHandler
Field Summary |
---|
Fields inherited from class com.toremote.websocket.handler.AbstractHandler |
---|
CLIENT_CLOSE, clientProperties, INFO_TAG, listener, out, properties, startTime, userAgent, userIp, WARGIN_TAG |
Fields inherited from interface com.toremote.websocket.handler.HandlerInterface |
---|
ARG_CLIENT_IP, ARG_HOST |
Constructor Summary | |
---|---|
ConfigHandler()
|
Method Summary | |
---|---|
void |
onBinaryReceived(byte[] frame)
process client side binary message. |
void |
onText(java.lang.String result)
|
void |
processHandShake(java.lang.String action,
java.util.Map<java.lang.String,java.lang.String> properties)
|
Methods inherited from class com.toremote.websocket.handler.AbstractHandler |
---|
checkLicense, exit, getGatewayWebAddress, getSessionId, handshake, isTrue, onClientDisconnected, onHandShake, onTextReceived, sendError, sendError, sendError, setHandshakeListener, setOutput, setSessionId, showMessge, showMessge, toJson |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigHandler()
Method Detail |
---|
public void onText(java.lang.String result) throws java.lang.Exception
onText
in class AbstractHandler
java.lang.Exception
public void onBinaryReceived(byte[] frame)
HandlerInterface
public void processHandShake(java.lang.String action, java.util.Map<java.lang.String,java.lang.String> properties) throws java.lang.Exception
processHandShake
in class AbstractHandler
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |