Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
75
type
WebSocketConnectionHandler
interface
{
76
MessageFromClient(message WebSocketPayload, client *Client)
77
Close()
78
}
79
80
// Listen and serve.
Callers
15
TestRealIntegrationTransportE2E
Function · 0.65
startTransportE2EHTTPUpstream
Function · 0.65
startTransportE2EGRPCUpstream
Function · 0.65
startTransportE2EDaptin
Function · 0.65
transportE2EDoJSON
Function · 0.65
freeTransportE2EPort
Function · 0.65
createServer
Function · 0.65
runOAuthProviderE2ETests
Function · 0.65
oauthFormRequest
Function · 0.65
oauthAppAction
Function · 0.65
TestWebSocketSessionOpen
Function · 0.65
TestWebSocketConnect
Function · 0.65
Implementers
1
WebSocketConnectionHandlerImpl
server/websockets/web_socket_connectio
Calls
no outgoing calls
Tested by
15
TestRealIntegrationTransportE2E
Function · 0.52
startTransportE2EHTTPUpstream
Function · 0.52
startTransportE2EGRPCUpstream
Function · 0.52
startTransportE2EDaptin
Function · 0.52
transportE2EDoJSON
Function · 0.52
freeTransportE2EPort
Function · 0.52
createServer
Function · 0.52
runOAuthProviderE2ETests
Function · 0.52
oauthFormRequest
Function · 0.52
oauthAppAction
Function · 0.52
TestWebSocketSessionOpen
Function · 0.52
TestWebSocketConnect
Function · 0.52