WebsocketSessions
class WebsocketSessions(sessionProvider: SessionProvider = SessionProvider.Random(Random), keepAliveDelay: Duration = Duration.ofSeconds(2)) : Sessions<Websocket>
Constructors
Link copied to clipboard
constructor(sessionProvider: SessionProvider = SessionProvider.Random(Random), keepAliveDelay: Duration = Duration.ofSeconds(2))
Functions
Link copied to clipboard
open override fun assign(context: ClientRequestContext, transport: Websocket, connectRequest: Request)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun respond(transport: Websocket, session: Session, message: McpNodeType): Result4k<McpNodeType, McpNodeType>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard