Package | Description |
---|---|
feign |
Modifier and Type | Method and Description |
---|---|
Request.ProtocolVersion |
Response.protocolVersion()
the HTTP protocol version
|
Request.ProtocolVersion |
Request.protocolVersion()
Request HTTP protocol version
|
static Request.ProtocolVersion |
Request.ProtocolVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Request.ProtocolVersion[] |
Request.ProtocolVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Response.Builder |
Response.Builder.protocolVersion(Request.ProtocolVersion protocolVersion)
HTTP protocol version
|
protected static String |
Logger.resolveProtocolVersion(Request.ProtocolVersion protocolVersion) |
Copyright © 2012–2023 OpenFeign. All rights reserved.