Uses of Class
com.github.thought2code.mcp.annotated.server.McpStreamableServerInfo.Builder
Packages that use McpStreamableServerInfo.Builder
-
Uses of McpStreamableServerInfo.Builder in com.github.thought2code.mcp.annotated.server
Methods in com.github.thought2code.mcp.annotated.server that return McpStreamableServerInfo.BuilderModifier and TypeMethodDescriptionMcpStreamableServerInfo.builder()Deprecated, for removal: This API element is subject to removal in a future version.Returns a new builder instance to construct aMcpStreamableServerInfoinstance.McpStreamableServerInfo.Builder.contextExtractor(io.modelcontextprotocol.server.McpTransportContextExtractor<jakarta.servlet.http.HttpServletRequest> contextExtractor) Deprecated, for removal: This API element is subject to removal in a future version.Sets the extractor to extract the transport context from the HTTP request.McpStreamableServerInfo.Builder.disallowDelete(boolean disallowDelete) Deprecated, for removal: This API element is subject to removal in a future version.Sets whether to disallow http delete requests.McpStreamableServerInfo.Builder.keepAliveInterval(Duration keepAliveInterval) Deprecated, for removal: This API element is subject to removal in a future version.Sets the interval to send keep-alive messages.McpStreamableServerInfo.Builder.mcpEndpoint(String mcpEndpoint) Deprecated, for removal: This API element is subject to removal in a future version.Sets the endpoint of the MCP server to send messages.McpStreamableServerInfo.Builder.port(int port) Deprecated, for removal: This API element is subject to removal in a future version.Sets the port of the MCP HTTP server.protected McpStreamableServerInfo.BuilderMcpStreamableServerInfo.Builder.self()Deprecated, for removal: This API element is subject to removal in a future version.Returns the self reference of the builder, which is used to chain the method calls.