Uses of Interface
io.modelcontextprotocol.spec.McpServerTransport
Packages that use McpServerTransport
-
Uses of McpServerTransport in io.modelcontextprotocol.spec
Subinterfaces of McpServerTransport in io.modelcontextprotocol.specModifier and TypeInterfaceDescriptioninterfaceStreamable HTTP server transport representing an individual SSE stream.Methods in io.modelcontextprotocol.spec with parameters of type McpServerTransportModifier and TypeMethodDescriptionMcpServerSession.Factory.create(McpServerTransport sessionTransport) Creates a new 1:1 representation of the client-server interaction.Constructors in io.modelcontextprotocol.spec with parameters of type McpServerTransportModifierConstructorDescriptionMcpServerSession(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.
McpServerSession(String, Duration, McpServerTransport, McpInitRequestHandler, Map, Map)