Uses of Interface
io.modelcontextprotocol.spec.McpStreamableServerSession.Factory
Packages that use McpStreamableServerSession.Factory
-
Uses of McpStreamableServerSession.Factory in io.modelcontextprotocol.server.transport
Methods in io.modelcontextprotocol.server.transport with parameters of type McpStreamableServerSession.FactoryModifier and TypeMethodDescriptionvoidHttpServletStreamableServerTransportProvider.setSessionFactory(McpStreamableServerSession.Factory sessionFactory) -
Uses of McpStreamableServerSession.Factory in io.modelcontextprotocol.spec
Classes in io.modelcontextprotocol.spec that implement McpStreamableServerSession.FactoryModifier and TypeClassDescriptionclassA default implementation ofMcpStreamableServerSession.Factory.Methods in io.modelcontextprotocol.spec with parameters of type McpStreamableServerSession.FactoryModifier and TypeMethodDescriptionvoidMcpStreamableServerTransportProvider.setSessionFactory(McpStreamableServerSession.Factory sessionFactory) Sets the session factory that will be used to create sessions for new clients.