Package org.refcodes.net
Class RequestHeaderFieldsImpl
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,List<String>>
-
- org.refcodes.net.AbstractHttpFields<T>
-
- org.refcodes.net.AbstractHeaderFields<RequestCookie,RequestHeaderFields>
-
- org.refcodes.net.RequestHeaderFieldsImpl
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<RequestCookie,RequestHeaderFields>,BasicAuthCredentialsAccessor,BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder<RequestCookie>,BasicAuthCredentialsAccessor.BasicAuthCredentialsMutator,BasicAuthCredentialsAccessor.BasicAuthCredentialsProperty,BearerAuthCredentialsAccessor,BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder<RequestCookie>,BearerAuthCredentialsAccessor.BearerAuthCredentialsMutator,BearerAuthCredentialsAccessor.BearerAuthCredentialsProperty,HeaderFields<RequestCookie,RequestHeaderFields>,HttpFields<RequestCookie>,RequestHeaderFields
public class RequestHeaderFieldsImpl extends AbstractHeaderFields<RequestCookie,RequestHeaderFields> implements RequestHeaderFields
Implementation of theHeaderFieldsinterface.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
Nested classes/interfaces inherited from interface org.refcodes.net.BasicAuthCredentialsAccessor
BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder<B extends BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder<B>>, BasicAuthCredentialsAccessor.BasicAuthCredentialsMutator, BasicAuthCredentialsAccessor.BasicAuthCredentialsProperty
-
Nested classes/interfaces inherited from interface org.refcodes.net.BearerAuthCredentialsAccessor
BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder<B extends BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder<B>>, BearerAuthCredentialsAccessor.BearerAuthCredentialsMutator, BearerAuthCredentialsAccessor.BearerAuthCredentialsProperty
-
-
Field Summary
-
Fields inherited from interface org.refcodes.net.HeaderFields
BASIC_REALM
-
-
Constructor Summary
Constructors Constructor Description RequestHeaderFieldsImpl()Instantiates a new request Header-Fields impl.RequestHeaderFieldsImpl(Map<String,List<String>> aFromHeaderFields)Instantiates a new request Header-Fields impl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RequestCookiecreateCookie(String aHttpCookie)protected RequestCookiecreateCookie(String aCookieName, String aValue)Creates a plainCookiewith the given name and value.protected StringgetCookieFieldName()The Header-Field name for theCookieelements.-
Methods inherited from class org.refcodes.net.AbstractHeaderFields
addCookie, addCookie, addTo, entrySet, get, getAllCookies, isCommaSeparatedHeaderField, keySet, put, putAll, toHeaderField, toHeaderFields
-
Methods inherited from class org.refcodes.net.AbstractHttpFields
copyHttpFields
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Methods inherited from interface org.refcodes.net.BasicAuthCredentialsAccessor.BasicAuthCredentialsMutator
putBasicAuthCredentials
-
Methods inherited from interface org.refcodes.net.BearerAuthCredentialsAccessor.BearerAuthCredentialsMutator
putBearerAuthCredentials
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, forEach, getOrDefault, isEmpty, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from interface org.refcodes.net.HeaderFields
addCookie, addCookie, addTo, addTo, addTo, get, getAcceptCharsets, getAcceptEncodings, getAcceptTypes, getAllCookies, getAllowMethods, getAuthenticate, getAuthorization, getBasicAuth, getBasicAuthCredentials, getBearerAuthCredentials, getContentEncoding, getContentLength, getContentType, getCookies, getFirst, getFirstCookie, getHost, getRequestId, getSessionId, getUnknownAcceptTypes, getUnknownContentTypes, getUserAgent, put, put, put, putAcceptCharsets, putAcceptCharsets, putAcceptEncodings, putAcceptEncodings, putAcceptTypes, putAcceptTypes, putAllowMethods, putAllowMethods, putAuthenticate, putAuthorization, putAuthorization, putAuthorization, putBasicAuthCredentials, putBasicAuthRequired, putBearerAuthCredentials, putContentEncoding, putContentLength, putContentType, putContentType, putHost, putRequestId, putSessionId, putUserAgent, remove, removeAcceptCharsets, removeAcceptEncodings, removeAcceptTypes, removeAllowMethods, removeAuthenticate, removeAuthorization, removeBasicAuthCredentials, removeBasicAuthenticate, removeBearerAuthCredentials, removeContentEncoding, removeContentLength, removeContentType, removeHost, removeRequestId, removeSessionId, removeUserAgent, toBasicAuthRealm, toHeaderFields, toHttpCookies, withAcceptCharsets, withAcceptCharsets, withAcceptEncodings, withAcceptEncodings, withAcceptTypes, withAcceptTypes, withAddCookie, withAddCookie, withAddTo, withAddTo, withAddTo, withAllowMethods, withAllowMethods, withAuthenticate, withAuthorization, withAuthorization, withAuthorization, withBasicAuthCredentials, withBasicAuthCredentials, withBasicAuthRequired, withBearerAuthCredentials, withBearerAuthCredentials, withContentEncoding, withContentLength, withContentType, withContentType, withHost, withPut, withPut, withPut, withRequestId, withSessionId, withUserAgent
-
Methods inherited from interface org.refcodes.net.HttpFields
addTo, addTo, addTo, addTo, addTo, addTo, getFirst, getFirst, put, put, put, put, toField, toField, withAddTo, withAddTo, withAddTo, withAddTo, withAddTo, withAddTo, withPut, withPut, withPut, withPut, withPut, withPut
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entry, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, of, of, of, of, of, of, of, of, of, of, of, ofEntries, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.refcodes.net.RequestHeaderFields
addCookie
-
-
-
-
Method Detail
-
getCookieFieldName
protected String getCookieFieldName()
The Header-Field name for theCookieelements. The Header-Field name differs from the context, e.g. when setting aCookieserver-side or when retrieving aCookieclient-side.- Specified by:
getCookieFieldNamein classAbstractHeaderFields<RequestCookie,RequestHeaderFields>- Returns:
- The Header-Field where the
Cookieelements are stored.
-
createCookie
protected RequestCookie createCookie(String aCookieName, String aValue)
Creates a plainCookiewith the given name and value.- Specified by:
createCookiein classAbstractHeaderFields<RequestCookie,RequestHeaderFields>- Parameters:
aCookieName- The name of theCookie.aValue- The value for theCookie- Returns:
- The
Cookiewith the given name and value.
-
createCookie
protected RequestCookie createCookie(String aHttpCookie)
- Specified by:
createCookiein classAbstractHeaderFields<RequestCookie,RequestHeaderFields>- Parameters:
aHttpCookie- The text of the Header-Field for the cookie to be created.- Returns:
- The
Cookiewith the given cookie properties.
-
-