Uses of Interface
io.modelcontextprotocol.server.McpRequestHandler
Packages that use McpRequestHandler
-
Uses of McpRequestHandler in io.modelcontextprotocol.spec
Constructor parameters in io.modelcontextprotocol.spec with type arguments of type McpRequestHandlerModifierConstructorDescriptionDefaultMcpStreamableServerSessionFactory(Duration requestTimeout, McpStreamableServerSession.InitRequestHandler initRequestHandler, Map<String, McpRequestHandler<?>> requestHandlers, Map<String, McpNotificationHandler> notificationHandlers) Constructs an instanceMcpServerSession(String id, Duration requestTimeout, McpServerTransport transport, McpInitRequestHandler initHandler, McpServerSession.InitNotificationHandler initNotificationHandler, Map<String, McpRequestHandler<?>> requestHandlers, Map<String, McpNotificationHandler> notificationHandlers) Deprecated.McpServerSession(String id, Duration requestTimeout, McpServerTransport transport, McpInitRequestHandler initHandler, Map<String, McpRequestHandler<?>> requestHandlers, Map<String, McpNotificationHandler> notificationHandlers) Creates a new server session with the given parameters and the transport to use.McpStreamableServerSession(String id, McpSchema.ClientCapabilities clientCapabilities, McpSchema.Implementation clientInfo, Duration requestTimeout, Map<String, McpRequestHandler<?>> requestHandlers, Map<String, McpNotificationHandler> notificationHandlers) Create an instance of the streamable session.
McpServerSession(String, Duration, McpServerTransport, McpInitRequestHandler, Map, Map)