protected class AhcWebSocketConduit.AhcWebSocketListener extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AhcWebSocketConduit.AhcWebSocketListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(WebSocket ws) |
void |
onError(Throwable t) |
void |
onFragment(byte[] fragment,
boolean last) |
void |
onFragment(String fragment,
boolean last) |
void |
onMessage(byte[] message) |
void |
onMessage(String message) |
void |
onOpen(WebSocket ws) |
protected AhcWebSocketConduit.AhcWebSocketListener()
public void onOpen(WebSocket ws)
public void onClose(WebSocket ws)
public void onError(Throwable t)
public void onMessage(byte[] message)
public void onFragment(byte[] fragment,
boolean last)
public void onMessage(String message)
public void onFragment(String fragment, boolean last)
Apache CXF