Uses of Interface
io.modelcontextprotocol.spec.McpTransport
Packages that use McpTransport
Package
Description
-
Uses of McpTransport in io.modelcontextprotocol.client.transport
Classes in io.modelcontextprotocol.client.transport that implement McpTransportModifier and TypeClassDescriptionclassServer-Sent Events (SSE) implementation of theMcpTransportthat follows the MCP HTTP with SSE transport specification, using Java's HttpClient.classImplementation of the MCP Stdio transport that communicates with a server process using standard input/output streams. -
Uses of McpTransport in io.modelcontextprotocol.server.transport
Classes in io.modelcontextprotocol.server.transport that implement McpTransportModifier and TypeClassDescriptionclassDeprecated.This class will be removed in 0.9.0.classDeprecated.This method will be removed in 0.9.0. -
Uses of McpTransport in io.modelcontextprotocol.spec
Subinterfaces of McpTransport in io.modelcontextprotocol.specModifier and TypeInterfaceDescriptioninterfaceDeprecated.This class will be removed in 0.9.0.interfaceMarker interface for the client-side MCP transport.interfaceMarker interface for the server-side MCP transport.interfaceDeprecated.This class will be removed in 0.9.0.Constructors in io.modelcontextprotocol.spec with parameters of type McpTransportModifierConstructorDescriptionDefaultMcpSession(Duration requestTimeout, McpTransport transport, Map<String, DefaultMcpSession.RequestHandler<?>> requestHandlers, Map<String, DefaultMcpSession.NotificationHandler> notificationHandlers) Deprecated.Creates a new DefaultMcpSession with the specified configuration and handlers.McpClientSession(Duration requestTimeout, McpTransport transport, Map<String, McpClientSession.RequestHandler<?>> requestHandlers, Map<String, McpClientSession.NotificationHandler> notificationHandlers) Creates a new McpClientSession with the specified configuration and handlers.