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
Methods inherited from class cool.scx.http.parameters.ParametersImpl
add, clear, get, getAll, iterator, names, remove, set, size, toMap, toStringMethods 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.parameters.ParametersWritable
add, clear, remove, setMethods inherited from interface cool.scx.http.headers.ScxHttpHeaders
accept, contains, contentDisposition, contentLength, contentType, cookies, get, getAll, getCookie, getSetCookie, setCookiesMethods inherited from interface cool.scx.http.headers.ScxHttpHeadersWritable
add, addCookie, addSetCookie, contentDisposition, contentLength, contentType, cookies, remove, removeCookie, removeSetCookie, set, setCookies
-
Constructor Details
-
ScxHttpHeadersImpl
-
ScxHttpHeadersImpl
public ScxHttpHeadersImpl()
-