Package io.vrap.rmf.base.client
Class ApiHttpHeaders
java.lang.Object
io.vrap.rmf.base.client.ApiHttpHeaders
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionApiHttpHeaders(ApiHttpHeaders.StringHeaderEntry... headers) ApiHttpHeaders(List<Map.Entry<String, String>> headers) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetHeaders(String key) getHeaderValue(String key) inthashCode()headerEntry(String key) headerEntry(String key, String value) inttoString()withHeader(String key, String value) final ApiHttpHeaderswithHeaders(ApiHttpHeaders.StringHeaderEntry... headers) withHeaders(List<Map.Entry<String, String>> headers) withoutHeader(String key)
-
Field Details
-
ACCEPT_ENCODING
- See Also:
-
AUTHORIZATION
- See Also:
-
USER_AGENT
- See Also:
-
CONTENT_ENCODING
- See Also:
-
CONTENT_TYPE
- See Also:
-
CONTENT_LENGTH
- See Also:
-
X_CORRELATION_ID
- See Also:
-
X_DEPRECATION_NOTICE
- See Also:
-
SERVER_TIMING
- See Also:
-
-
Constructor Details
-
ApiHttpHeaders
public ApiHttpHeaders() -
ApiHttpHeaders
-
ApiHttpHeaders
-
ApiHttpHeaders
-
-
Method Details
-
headerEntry
-
headerEntry
-
addHeader
-
withHeader
-
withHeaders
-
withHeaders
-
withoutHeader
-
getFirst
-
getHeaderValue
-
getHeaders
-
getHeaders
-
toString
-
equals
-
hashCode
public int hashCode() -
reflectionHashCode
public int reflectionHashCode()
-