Uses of Interface
io.modelcontextprotocol.spec.McpServerSession.Factory
Packages that use McpServerSession.Factory
-
Uses of McpServerSession.Factory in io.modelcontextprotocol.server.transport
Methods in io.modelcontextprotocol.server.transport with parameters of type McpServerSession.FactoryModifier and TypeMethodDescriptionvoidHttpServletSseServerTransportProvider.setSessionFactory(McpServerSession.Factory sessionFactory) Sets the session factory for creating new sessions.voidStdioServerTransportProvider.setSessionFactory(McpServerSession.Factory sessionFactory) -
Uses of McpServerSession.Factory in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec with parameters of type McpServerSession.FactoryModifier and TypeMethodDescriptionvoidMcpServerTransportProvider.setSessionFactory(McpServerSession.Factory sessionFactory) Sets the session factory that will be used to create sessions for new clients.