Interface HttpClientSpiProvider<T>
- Type Parameters:
T- type of configuration used by the provider implementation
- All Superinterfaces:
ClientProtocolProvider<HttpClientSpi, T>
- All Known Implementing Classes:
Http1ClientSpiProvider, Http2ClientSpiProvider
A
ServiceLoader provider interface to obtain clients that support HTTP protocol.-
Method Summary
Methods inherited from interface ClientProtocolProvider
configType, defaultConfig, protocol, protocolIdModifier and TypeMethodDescriptionType of the config object.Default configuration of this protocol.Create a protocol client instance.Protocol id for ALPN (protocol negotiation when using TLS).