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