Uses of Interface
io.modelcontextprotocol.spec.McpClientSession.RequestHandler
Packages that use McpClientSession.RequestHandler
-
Uses of McpClientSession.RequestHandler in io.modelcontextprotocol.spec
Constructor parameters in io.modelcontextprotocol.spec with type arguments of type McpClientSession.RequestHandlerModifierConstructorDescriptionMcpClientSession(Duration requestTimeout, McpTransport transport, Map<String, McpClientSession.RequestHandler<?>> requestHandlers, Map<String, McpClientSession.NotificationHandler> notificationHandlers) Creates a new McpClientSession with the specified configuration and handlers.