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 SPI.
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). -
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.webserver.testing.junit5
Methods in io.helidon.webserver.testing.junit5 with type parameters of type ProtocolConfig