MCPcopy Index your code
hub / github.com/alecgorge/jsonapi / close

Method close

src/main/java/org/java_websocket/WebSocket.java:33–33  ·  view source on GitHub ↗

sends the closing handshake. may be send in response to an other handshake.

( int code, String message )

Source from the content-addressed store, hash-verified

31 * may be send in response to an other handshake.
32 */
33 public void close( int code, String message );
34
35 public void close( int code );
36

Callers 15

closeMethod · 0.65
closeConnectionMethod · 0.65
closeMethod · 0.65
closeMethod · 0.65
onWebsocketCloseMethod · 0.65
stopMethod · 0.65
runMethod · 0.65
handleIOExceptionMethod · 0.65
addConnectionMethod · 0.65
encodeObjectMethod · 0.65
encodeBytesToBytesMethod · 0.65
decodeMethod · 0.65

Implementers 2

WebSocketImplsrc/main/java/org/java_websocket/WebSo
WebSocketClientsrc/main/java/org/java_websocket/clien

Calls

no outgoing calls

Tested by

no test coverage detected