Uses of Class
io.modelcontextprotocol.server.transport.HttpServletStreamableServerTransportProvider.Builder
Packages that use HttpServletStreamableServerTransportProvider.Builder
-
Uses of HttpServletStreamableServerTransportProvider.Builder in io.modelcontextprotocol.server.transport
Methods in io.modelcontextprotocol.server.transport that return HttpServletStreamableServerTransportProvider.BuilderModifier and TypeMethodDescriptionHttpServletStreamableServerTransportProvider.builder()HttpServletStreamableServerTransportProvider.Builder.contextExtractor(McpTransportContextExtractor<jakarta.servlet.http.HttpServletRequest> contextExtractor) Sets the context extractor for extracting transport context from the request.HttpServletStreamableServerTransportProvider.Builder.disallowDelete(boolean disallowDelete) Sets whether to disallow DELETE requests on the endpoint.HttpServletStreamableServerTransportProvider.Builder.keepAliveInterval(Duration keepAliveInterval) Sets the keep-alive interval for the transport.HttpServletStreamableServerTransportProvider.Builder.mcpEndpoint(String mcpEndpoint) Sets the endpoint URI where clients should send their JSON-RPC messages.HttpServletStreamableServerTransportProvider.Builder.objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Sets the ObjectMapper to use for JSON serialization/deserialization of MCP messages.