Constructor and Description |
---|
ClientEndpoint(jline.console.ConsoleReader console) |
Modifier and Type | Method and Description |
---|---|
void |
onClose(javax.websocket.CloseReason closeReason) |
void |
onError(Throwable th) |
void |
onMessage(byte[] buffer) |
void |
onMessage(javax.websocket.PongMessage pongMessage) |
void |
onMessage(String s) |
public void onMessage(String s) throws IOException
IOException
public void onMessage(byte[] buffer) throws IOException
IOException
public void onError(Throwable th) throws IOException
IOException
public void onClose(javax.websocket.CloseReason closeReason) throws IOException
IOException
public void onMessage(javax.websocket.PongMessage pongMessage) throws IOException
IOException
Copyright © 2012–2017 Oracle Corporation. All rights reserved.