Uses of Interface
io.helidon.nima.webclient.ClientResponse
Packages that use ClientResponse
Package
Description
HTTP/2 WebClient.
Nima SSE webclient package.
WebClient APIs shared by all types of clients.
WebClient HTTP source SPI.
HTTP/1.1 WebClient.
-
Uses of ClientResponse in io.helidon.nima.http2.webclient
Subinterfaces of ClientResponse in io.helidon.nima.http2.webclient -
Uses of ClientResponse in io.helidon.nima.sse.webclient
Methods in io.helidon.nima.sse.webclient with parameters of type ClientResponseModifier and TypeMethodDescriptionSseSourceHandlerProvider.handle(X source, ClientResponse response, MediaContext mediaContext) booleanSseSourceHandlerProvider.supports(GenericType<? extends Source<?>> type, ClientResponse response) -
Uses of ClientResponse in io.helidon.nima.webclient
Classes in io.helidon.nima.webclient with type parameters of type ClientResponseModifier and TypeInterfaceDescriptioninterfaceClientRequest<B extends ClientRequest<B,R>, R extends ClientResponse> Request can be reused within a single thread, but it remembers all explicitly configured headers and URI.interfaceHttpClient<REQ extends ClientRequest<REQ,RES>, RES extends ClientResponse> HTTP client. -
Uses of ClientResponse in io.helidon.nima.webclient.http.spi
Methods in io.helidon.nima.webclient.http.spi with parameters of type ClientResponseModifier and TypeMethodDescriptionSourceHandlerProvider.handle(X source, ClientResponse response, MediaContext mediaContext) Handles a source.booleanSourceHandlerProvider.supports(GenericType<? extends Source<?>> type, ClientResponse response) Checks if a provider supports the type. -
Uses of ClientResponse in io.helidon.nima.webclient.http1
Subinterfaces of ClientResponse in io.helidon.nima.webclient.http1