| |
|
| java.lang.Object org.w3c.www.http.BasicValue org.w3c.www.http.HttpExtList
HttpExtList | public class HttpExtList extends BasicValue (Code) | | version: $Revision: 1.10 $ author: Benoît Mahé (bmahe@w3.org) author: Parse a comma separated list of Http extension headers. |
CMAN | final public static int CMAN(Code) | | |
COPT | final public static int COPT(Code) | | |
MAN | final public static int MAN(Code) | | |
OPT | final public static int OPT(Code) | | |
HttpExtList | public HttpExtList(HttpExt exts)(Code) | | for user.
Parameters: exts - the HttpExt array. |
HttpExtList | public HttpExtList(HttpExtList old)(Code) | | Constructor, for User
Parameters: old - the old Http extension declaration list If you want to reply the same extensions, use thiscontructor. |
HttpExtList | protected HttpExtList()(Code) | | for parser only
|
addHttpExt | public void addHttpExt(HttpExt ext)(Code) | | Add an Http extension header.
Parameters: ext - an HttpExt. |
getHttpExt | public HttpExt getHttpExt(String name)(Code) | | Get an Http extension header.
Parameters: name - The extension identifier (AbsoluteURI or field name) an HttpExt or null. |
getHttpExts | public HttpExt[] getHttpExts()(Code) | | Get all Http extensions header.
an HttpExt array. |
getLength | public int getLength()(Code) | | |
getManOptFlag | public int getManOptFlag()(Code) | | |
setManOptFlag | protected void setManOptFlag(int manopt)(Code) | | |
updateByteValue | protected void updateByteValue()(Code) | | |
|
|
|