Uses of Interface
io.helidon.webclient.spi.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
Modifier 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).Modifier and TypeMethodDescriptionWebClientConfig.BuilderBase.protocolConfigs()
Configuration of client protocols.WebClientConfig.BuilderBase.WebClientConfigImpl.protocolConfigs()
Modifier and TypeMethodDescriptionWebClientConfig.BuilderBase.addProtocolConfig
(ProtocolConfig protocolConfig) Configuration of client protocols.Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Configuration of a gRPC client.(package private) interface
io.helidon.webclient.grpc.GrpcClientProtocolConfigBlueprint
Configuration of a gRPC client.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ProtocolConfig in io.helidon.webclient.http1
Modifier and TypeInterfaceDescriptioninterface
Configuration of an HTTP/1.1 client.(package private) interface
io.helidon.webclient.http1.Http1ClientProtocolConfigBlueprint
Configuration of an HTTP/1.1 client.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ProtocolConfig in io.helidon.webclient.http2
Modifier and TypeInterfaceDescriptioninterface
Interface generated from definition.(package private) interface
io.helidon.webclient.http2.Http2ClientProtocolConfigBlueprint
Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ProtocolConfig in io.helidon.webclient.spi
Modifier and TypeInterfaceDescriptioninterface
ProtocolConfigProvider<T extends ProtocolConfig>
Client protocol configuration. -
Uses of ProtocolConfig in io.helidon.webclient.websocket
Modifier and TypeInterfaceDescriptioninterface
Configuration of an HTTP/1.1 client.(package private) interface
io.helidon.webclient.websocket.WsClientProtocolConfigBlueprint
Configuration of an HTTP/1.1 client.Modifier 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