Uses of Class
io.gravitee.connector.http.endpoint.ProtocolVersion
-
Packages that use ProtocolVersion Package Description io.gravitee.connector.http.endpoint -
-
Uses of ProtocolVersion in io.gravitee.connector.http.endpoint
Fields in io.gravitee.connector.http.endpoint declared as ProtocolVersion Modifier and Type Field Description static ProtocolVersionHttpClientOptions. DEFAULT_PROTOCOL_VERSIONMethods in io.gravitee.connector.http.endpoint that return ProtocolVersion Modifier and Type Method Description ProtocolVersionHttpClientOptions. getVersion()static ProtocolVersionProtocolVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtocolVersion[]ProtocolVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.gravitee.connector.http.endpoint with parameters of type ProtocolVersion Modifier and Type Method Description voidHttpClientOptions. setVersion(ProtocolVersion version)
-