Uses of Interface
io.helidon.webclient.spi.ProtocolConfig
Packages that use ProtocolConfig
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient HTTP/1.1 Support.
Helidon WebClient HTTP/1.1 Support.
Helidon WebClient HTTP/2 Support.
Helidon WebClient SPI.
Helidon WebClient WebSocket Support.
Helidon WebServer Testing JUnit5 Support.
-
Uses of ProtocolConfig in io.helidon.webclient.api
Methods in io.helidon.webclient.api with type parameters of type ProtocolConfigModifier and TypeMethodDescription<T,
C extends ProtocolConfig>
TTo switch to a non-HTTP protocol client (or a client of a specific HTTP version) using its config configured when creating the client, or default config if none configured.<T,
C extends ProtocolConfig>
TTo switch to a non-HTTP protocol client (or a client of a specific HTTP version).Methods in io.helidon.webclient.api that return types with arguments of type ProtocolConfigModifier and TypeMethodDescriptionWebClientConfig.BuilderBase.protocolConfigs()
Configuration of client protocols.WebClientConfig.BuilderBase.WebClientConfigImpl.protocolConfigs()
Methods in io.helidon.webclient.api with parameters of type ProtocolConfigModifier and TypeMethodDescriptionWebClientConfig.BuilderBase.addProtocolConfig
(ProtocolConfig protocolConfig) Configuration of client protocols.Method parameters in io.helidon.webclient.api with type arguments of type ProtocolConfigModifier and TypeMethodDescriptionWebClientConfig.BuilderBase.addProtocolConfigs
(List<? extends ProtocolConfig> protocolConfigs) Configuration of client protocols.WebClientConfig.BuilderBase.protocolConfigs
(List<? extends ProtocolConfig> protocolConfigs) Configuration of client protocols. -
Uses of ProtocolConfig in io.helidon.webclient.grpc
Subinterfaces of ProtocolConfig in io.helidon.webclient.grpcModifier and TypeInterfaceDescriptioninterface
Configuration of a gRPC client.(package private) interface
io.helidon.webclient.grpc.GrpcClientProtocolConfigBlueprint
Configuration of a gRPC client.Classes in io.helidon.webclient.grpc that implement ProtocolConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ProtocolConfig in io.helidon.webclient.http1
Subinterfaces of ProtocolConfig in io.helidon.webclient.http1Modifier and TypeInterfaceDescriptioninterface
Configuration of an HTTP/1.1 client.(package private) interface
io.helidon.webclient.http1.Http1ClientProtocolConfigBlueprint
Configuration of an HTTP/1.1 client.Classes in io.helidon.webclient.http1 that implement ProtocolConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ProtocolConfig in io.helidon.webclient.http2
Subinterfaces of ProtocolConfig in io.helidon.webclient.http2Modifier and TypeInterfaceDescriptioninterface
Interface generated from definition.(package private) interface
io.helidon.webclient.http2.Http2ClientProtocolConfigBlueprint
Classes in io.helidon.webclient.http2 that implement ProtocolConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ProtocolConfig in io.helidon.webclient.spi
Classes in io.helidon.webclient.spi with type parameters of type ProtocolConfigModifier and TypeInterfaceDescriptioninterface
ProtocolConfigProvider<T extends ProtocolConfig>
Client protocol configuration. -
Uses of ProtocolConfig in io.helidon.webclient.websocket
Subinterfaces of ProtocolConfig in io.helidon.webclient.websocketModifier and TypeInterfaceDescriptioninterface
Configuration of an HTTP/1.1 client.(package private) interface
io.helidon.webclient.websocket.WsClientProtocolConfigBlueprint
Configuration of an HTTP/1.1 client.Classes in io.helidon.webclient.websocket that implement ProtocolConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ProtocolConfig in io.helidon.webserver.testing.junit5
Methods in io.helidon.webserver.testing.junit5 with type parameters of type ProtocolConfig