MCPcopy
hub / github.com/daptin/daptin / Close

Method Close

server/websockets/websocket_server.go:77–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75type WebSocketConnectionHandler interface {
76 MessageFromClient(message WebSocketPayload, client *Client)
77 Close()
78}
79
80// Listen and serve.

Callers 15

startTransportE2EDaptinFunction · 0.65
transportE2EDoJSONFunction · 0.65
freeTransportE2EPortFunction · 0.65
createServerFunction · 0.65
runOAuthProviderE2ETestsFunction · 0.65
oauthFormRequestFunction · 0.65
oauthAppActionFunction · 0.65
TestWebSocketSessionOpenFunction · 0.65
TestWebSocketConnectFunction · 0.65

Implementers 1

WebSocketConnectionHandlerImplserver/websockets/web_socket_connectio

Calls

no outgoing calls

Tested by 15

startTransportE2EDaptinFunction · 0.52
transportE2EDoJSONFunction · 0.52
freeTransportE2EPortFunction · 0.52
createServerFunction · 0.52
runOAuthProviderE2ETestsFunction · 0.52
oauthFormRequestFunction · 0.52
oauthAppActionFunction · 0.52
TestWebSocketSessionOpenFunction · 0.52
TestWebSocketConnectFunction · 0.52