| java.lang.Object org.w3c.www.http.HttpExt
HttpExt | public class HttpExt (Code) | | version: $Revision: 1.7 $ author: Benoît Mahé (bmahe@w3.org) |
generated | protected boolean generated(Code) | | |
headers | protected boolean headers(Code) | | |
HttpExt | public HttpExt(String name, boolean headers)(Code) | | Constructor, for User
Parameters: name - the Http extension declaration name Parameters: header - Does this extension needs specific headers?(absoluteURI or field-name) |
HttpExt | public HttpExt(HttpExt old)(Code) | | Constructor, for User
Parameters: old - the old Http extension declaration If you want to reply the same extension, use thiscontructor. |
HttpExt | protected HttpExt()(Code) | | |
addDeclExt | public void addDeclExt(String token, String value)(Code) | | Add an http extension declaration
Parameters: name - the token name. Parameters: value - the value. |
getDeclExt | public String getDeclExt(String name)(Code) | | Get an http extension declaration token value.
Parameters: name - the token name. a String instance |
getDeclExtNames | public Enumeration getDeclExtNames()(Code) | | Get all http extension declaration
an Enumeration instance |
getName | public String getName()(Code) | | Get the http extension declaration name.
a String instance |
getNamespace | public String getNamespace()(Code) | | Get the http extension declaration namespace.
a String instance |
isGenerated | protected boolean isGenerated()(Code) | | |
needsHeaders | public boolean needsHeaders()(Code) | | Does this extension needs specific headers?
a boolean. |
|
|