| Constructor and Description |
|---|
ClientCli.ClientEndpoint(jline.console.ConsoleReader console) |
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(CloseReason closeReason) |
void |
onError(Throwable th) |
void |
onMessage(byte[] buffer) |
void |
onMessage(PongMessage pongMessage) |
void |
onMessage(String s) |
public ClientCli.ClientEndpoint(jline.console.ConsoleReader console)
public void onMessage(String s) throws IOException
IOExceptionpublic void onMessage(byte[] buffer)
throws IOException
IOExceptionpublic void onError(Throwable th) throws IOException
IOExceptionpublic void onClose(CloseReason closeReason) throws IOException
IOExceptionpublic void onMessage(PongMessage pongMessage) throws IOException
IOExceptionCopyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.