| Package | Description |
|---|---|
| io.modelcontextprotocol.client.transport |
| Modifier and Type | Method and Description |
|---|---|
static WebRxStreamableHttpTransport.Builder |
WebRxStreamableHttpTransport.builder(org.noear.solon.net.http.HttpUtilsBuilder webClientBuilder)
Create a stateful builder for creating
WebRxStreamableHttpTransport
instances. |
WebRxStreamableHttpTransport.Builder |
WebRxStreamableHttpTransport.Builder.endpoint(String endpoint)
Configure the endpoint to make HTTP requests against.
|
WebRxStreamableHttpTransport.Builder |
WebRxStreamableHttpTransport.Builder.objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Configure the
ObjectMapper to use. |
WebRxStreamableHttpTransport.Builder |
WebRxStreamableHttpTransport.Builder.openConnectionOnStartup(boolean openConnectionOnStartup)
Configure whether the client should open an SSE connection upon startup.
|
WebRxStreamableHttpTransport.Builder |
WebRxStreamableHttpTransport.Builder.resumableStreams(boolean resumableStreams)
Configure whether to use the stream resumability feature by keeping track of
SSE event ids.
|
WebRxStreamableHttpTransport.Builder |
WebRxStreamableHttpTransport.Builder.webClientBuilder(org.noear.solon.net.http.HttpUtilsBuilder webClientBuilder)
Configure the
HttpUtilsBuilder to construct the HttpUtils. |
Copyright © 2025. All rights reserved.