Uses of Interface
io.modelcontextprotocol.spec.McpServerSession.RequestHandler
Packages that use McpServerSession.RequestHandler
-
Uses of McpServerSession.RequestHandler in io.modelcontextprotocol.spec
Constructor parameters in io.modelcontextprotocol.spec with type arguments of type McpServerSession.RequestHandlerModifierConstructorDescriptionMcpServerSession(String id, Duration requestTimeout, McpServerTransport transport, McpServerSession.InitRequestHandler initHandler, McpServerSession.InitNotificationHandler initNotificationHandler, Map<String, McpServerSession.RequestHandler<?>> requestHandlers, Map<String, McpServerSession.NotificationHandler> notificationHandlers) Creates a new server session with the given parameters and the transport to use.