Uses of Interface
io.modelcontextprotocol.spec.McpStreamableServerSession.InitRequestHandler
Packages that use McpStreamableServerSession.InitRequestHandler
-
Uses of McpStreamableServerSession.InitRequestHandler in io.modelcontextprotocol.spec
Constructors in io.modelcontextprotocol.spec with parameters of type McpStreamableServerSession.InitRequestHandlerModifierConstructorDescriptionDefaultMcpStreamableServerSessionFactory(Duration requestTimeout, McpStreamableServerSession.InitRequestHandler initRequestHandler, Map<String, McpRequestHandler<?>> requestHandlers, Map<String, McpNotificationHandler> notificationHandlers) Deprecated.DefaultMcpStreamableServerSessionFactory(Duration requestTimeout, McpStreamableServerSession.InitRequestHandler initRequestHandler, Map<String, McpRequestHandler<?>> requestHandlers, Map<String, McpNotificationHandler> notificationHandlers, Function<String, reactor.core.publisher.Mono<Void>> onClose) Constructs an instance.DefaultMcpStreamableServerSessionFactory(Duration requestTimeout, McpStreamableServerSession.InitRequestHandler initRequestHandler, Map<String, McpRequestHandler<?>> requestHandlers, Map<String, McpNotificationHandler> notificationHandlers, Function<String, reactor.core.publisher.Mono<Void>> onClose, JsonSchemaValidator jsonSchemaValidator) Constructs an instance.
DefaultMcpStreamableServerSessionFactory(Duration, McpStreamableServerSession.InitRequestHandler, Map, Map, Function)instead