Uses of Interface
io.modelcontextprotocol.spec.McpServerSession.InitNotificationHandler
Packages that use McpServerSession.InitNotificationHandler
-
Uses of McpServerSession.InitNotificationHandler in io.modelcontextprotocol.spec
Constructors in io.modelcontextprotocol.spec with parameters of type McpServerSession.InitNotificationHandlerModifierConstructorDescriptionMcpServerSession(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.