Class ScxHttpHeadersImpl
java.lang.Object
cool.scx.http.parameters.ParametersImpl<ScxHttpHeaderName, String>
cool.scx.http.headers.ScxHttpHeadersImpl
- All Implemented Interfaces:
ScxHttpHeaders,ScxHttpHeadersWritable,Parameters<ScxHttpHeaderName, String>,ParametersWritable<ScxHttpHeaderName, String>,Iterable<Map.Entry<ScxHttpHeaderName, List<String>>>
public class ScxHttpHeadersImpl
extends ParametersImpl<ScxHttpHeaderName, String>
implements ScxHttpHeadersWritable
ScxHttpHeadersImpl
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(ScxHttpHeaderName name, String... value) clear()remove(ScxHttpHeaderName name) set(ScxHttpHeaderName name, String... value) toString()Methods inherited from class cool.scx.http.parameters.ParametersImpl
get, getAll, iterator, names, size, toMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface cool.scx.http.parameters.Parameters
contains, get, getAll, isEmpty, names, size, toMapMethods inherited from interface cool.scx.http.headers.ScxHttpHeaders
accept, contains, contentDisposition, contentEncoding, contentLength, contentType, cookies, encode, get, getAll, getCookie, getSetCookie, setCookiesMethods inherited from interface cool.scx.http.headers.ScxHttpHeadersWritable
add, addCookie, addSetCookie, contentDisposition, contentEncoding, contentLength, contentType, cookies, remove, removeCookie, removeSetCookie, set, setCookies
-
Constructor Details
-
ScxHttpHeadersImpl
-
ScxHttpHeadersImpl
public ScxHttpHeadersImpl()
-
-
Method Details
-
set
- Specified by:
setin interfaceParametersWritable<ScxHttpHeaderName, String>- Specified by:
setin interfaceScxHttpHeadersWritable- Overrides:
setin classParametersImpl<ScxHttpHeaderName, String>
-
add
- Specified by:
addin interfaceParametersWritable<ScxHttpHeaderName, String>- Specified by:
addin interfaceScxHttpHeadersWritable- Overrides:
addin classParametersImpl<ScxHttpHeaderName, String>
-
remove
- Specified by:
removein interfaceParametersWritable<ScxHttpHeaderName, String>- Specified by:
removein interfaceScxHttpHeadersWritable- Overrides:
removein classParametersImpl<ScxHttpHeaderName, String>
-
clear
- Specified by:
clearin interfaceParametersWritable<ScxHttpHeaderName, String>- Specified by:
clearin interfaceScxHttpHeadersWritable- Overrides:
clearin classParametersImpl<ScxHttpHeaderName, String>
-
toString
- Overrides:
toStringin classParametersImpl<ScxHttpHeaderName, String>
-