Uses of Class
io.modelcontextprotocol.client.transport.WebClientStreamableHttpTransport.Builder
Packages that use WebClientStreamableHttpTransport.Builder
-
Uses of WebClientStreamableHttpTransport.Builder in io.modelcontextprotocol.client.transport
Methods in io.modelcontextprotocol.client.transport that return WebClientStreamableHttpTransport.BuilderModifier and TypeMethodDescriptionWebClientStreamableHttpTransport.builder(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder) Create a stateful builder for creatingWebClientStreamableHttpTransportinstances.Configure the endpoint to make HTTP requests against.WebClientStreamableHttpTransport.Builder.objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Configure theObjectMapperto use.WebClientStreamableHttpTransport.Builder.openConnectionOnStartup(boolean openConnectionOnStartup) Configure whether the client should open an SSE connection upon startup.WebClientStreamableHttpTransport.Builder.resumableStreams(boolean resumableStreams) Configure whether to use the stream resumability feature by keeping track of SSE event ids.WebClientStreamableHttpTransport.Builder.webClientBuilder(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder) Configure theWebClient.Builderto construct theWebClient.