MCPcopy Index your code
hub / github.com/TooTallNate/Java-WebSocket / close

Method close

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

sends the closing handshake. may be send in response to an other handshake. @param code the closing code @param message the closing message

(int code, String message)

Source from the content-addressed store, hash-verified

45 * @param message the closing message
46 */
47 void close(int code, String message);
48
49 /**
50 * sends the closing handshake. may be send in response to an other handshake.

Callers 15

mainMethod · 0.65
successTestsMethod · 0.65
onOpenMethod · 0.65
testIssueMethod · 0.65
successTestsMethod · 0.65
onMessageMethod · 0.65
onMessageMethod · 0.65
onOpenMethod · 0.65
testWrapChannelMethod · 0.65
testWrapChannelMethod · 0.65
testWrapChannelMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 15

mainMethod · 0.52
successTestsMethod · 0.52
onOpenMethod · 0.52
testIssueMethod · 0.52
successTestsMethod · 0.52
onMessageMethod · 0.52
onMessageMethod · 0.52
onOpenMethod · 0.52
testWrapChannelMethod · 0.52
testWrapChannelMethod · 0.52
testWrapChannelMethod · 0.52