Package io.vrap.rmf.base.client
Class ApiHttpHeaders
java.lang.Object
io.vrap.rmf.base.client.ApiHttpHeaders
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
-
Constructor Summary
ConstructorDescriptionApiHttpHeaders
(ApiHttpHeaders.StringHeaderEntry... headers) ApiHttpHeaders
(List<Map.Entry<String, String>> headers) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getHeaders
(String key) getHeaderValue
(String key) int
hashCode()
headerEntry
(String key) headerEntry
(String key, String value) int
toString()
withHeader
(String key, String value) final ApiHttpHeaders
withHeaders
(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()
-