public class WsHandle extends Object
WsHandle()
void
init(String serverUrl)
onClose(int i, String s, boolean b)
onError(Exception e)
onMessage(String text)
onOpen(org.java_websocket.handshake.ServerHandshake serverHandshake)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WsHandle()
public void init(String serverUrl)
public void onOpen(org.java_websocket.handshake.ServerHandshake serverHandshake)
public void onMessage(String text)
public void onClose(int i, String s, boolean b)
public void onError(Exception e)
Copyright © 2024. All rights reserved.