Java Doc for HttpRequestMessage.java in  » Web-Server » Jigsaw » org » w3c » www » http » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Server » Jigsaw » org.w3c.www.http 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.w3c.www.http.HttpMessage
      org.w3c.www.http.HttpEntityMessage
         org.w3c.www.http.HttpRequestMessage

All known Subclasses:   org.w3c.jigsaw.http.Request,  org.w3c.www.protocol.http.Request,
HttpRequestMessage
public class HttpRequestMessage extends HttpEntityMessage (Code)


Field Summary
public static  intH_ACCEPT
    
public static  intH_ACCEPT_CHARSET
    
public static  intH_ACCEPT_ENCODING
    
public static  intH_ACCEPT_LANGUAGE
    
public static  intH_AUTHORIZATION
    
public static  intH_EXPECT
    
public static  intH_FROM
    
public static  intH_HOST
    
public static  intH_IF_MATCH
    
public static  intH_IF_MODIFIED_SINCE
    
public static  intH_IF_NONE_MATCH
    
public static  intH_IF_RANGE
    
public static  intH_IF_UNMODIFIED_SINCE
    
public static  intH_MAX_FORWARDS
    
public static  intH_PROXY_AUTHORIZATION
    
public static  intH_RANGE
    
public static  intH_REFERER
    
public static  intH_TE
    
public static  intH_USER_AGENT
    
protected  Stringmethod
     The method to execute on the target resource.
protected  URLproxy
     The proxy to use for that request, if any.
protected  StringsProxy
    
 Stringtarget
    
protected  URLurl
     The target resource, identified by its URL.

Constructor Summary
public  HttpRequestMessage(MimeParser parser)
    
public  HttpRequestMessage()
    

Method Summary
public  voiddump(OutputStream out)
    
public  HttpAccept[]getAccept()
     Get this request accept list.
public  HttpAcceptCharset[]getAcceptCharset()
     Get the list of accepted charsets for this request.
public  HttpAcceptEncoding[]getAcceptEncoding()
     Get the list of accepted encodings.
public  HttpAcceptLanguage[]getAcceptLanguage()
     Get the list of accepted languages for this request.
public  HttpCredentialgetAuthorization()
     Get the authorization associated with this request.
public  StringgetExpect()
     Get this request's Expect header value.
public  StringgetFrom()
     Get the originator (from header value) of the request.
public  StringgetHost()
     Get the host header.
public  HttpEntityTag[]getIfMatch()
     Get the conditional matching set of entity tags.
public  longgetIfModifiedSince()
     Get the if-modified-since conditional.
public  HttpEntityTag[]getIfNoneMatch()
     Get the conditional none matching entity tags.
public  HttpEntityTaggetIfRange()
     Get the if-range conditional if any.
public  longgetIfUnmodifiedSince()
     Get the if unmodified since conditional date.
public  intgetMaxForwards()
     Get the maximum allowed count of hops for the request.
public  intgetMaxStale()
     Get the max-stale directive value of the cache control header.
public  StringgetMethod()
     Get this request's method.
public  intgetMinFresh()
     Get the min-fresh directive value of the cache control header.
public  URLgetProxy()
     Get the proxy to use for that request.
public  HttpCredentialgetProxyAuthorization()
     Get the authorization associated with this request.
public  HttpRange[]getRange()
     Get the ranges queried by this request.
public  StringgetReferer()
     Get the referer of the request.
public  HttpAcceptEncoding[]getTE()
     Get the list of restricted transfer encodings.
protected  StringgetTarget()
    
public  URLgetURL()
     Get this request's target URI.
public  StringgetUserAgent()
     Get the user agent String.
public  booleanhasAuthorization()
     Does this request has some specific authorization infos.
public  booleanhasProxy()
    
public static  voidmain(String args)
    
public  booleannotifyBeginParsing(MimeParser parser)
    
public  voidnotifyEndParsing(MimeParser parser)
     All the headers have been parsed, take any appropriate actions.
public  voidsetAccept(HttpAccept accepts)
     Set the list of accept clauses attached to this request.
public  voidsetAcceptCharset(HttpAcceptCharset charsets)
     Set the list of accepted charsets for this request.
public  voidsetAcceptEncoding(HttpAcceptEncoding encoding)
     Set the list of accepted encodings.
public  voidsetAcceptLanguage(HttpAcceptCharset langs)
     Set the list of accepted languages for this request.
public  voidsetAuthorization(HttpCredential credentials)
     Set the authorization associated with this request.
public  voidsetExpect(String expect)
     Set this request's Expect header.
public  voidsetFrom(String from)
     Set the originator of this request.
public  voidsetHost(String host)
     Set the host header value.
public  voidsetIfMatch(HttpEntityTag etags)
     Set the conditional matching set of entity tags.
public  voidsetIfModifiedSince(long ims)
     Set the if-modified-since conditional.
public  voidsetIfNoneMatch(HttpEntityTag etags)
     Set the conditional none matching entity tags.
public  voidsetIfRange(HttpEntityTag etag)
     Set the if-range header value.
public  voidsetIfUnmodifiedSince(long date)
     Set the if-unmodified-since conditional date.
public  voidsetMaxForwards(int hops)
     Set the maximum allowed count of hops for that request.
public  voidsetMaxStale(int maxstale)
     Set the max-stale directive value.
public  voidsetMethod(String method)
     Set this request's method.
public  voidsetMinFresh(int minfresh)
     Set the min-fresh directive value of the cache control header.
public  voidsetProxy(URL proxy)
     Set the proxy to use for that request.
public  voidsetProxyAuthorization(HttpCredential credentials)
     Set the proxy authorization associated with that request.
public  voidsetRange(HttpRange ranges)
     Set the ranges queried by this request.
public  voidsetReferer(String referer)
     Set the referer of this request.
public  voidsetTE(HttpAcceptEncoding encoding)
    
protected  voidsetTarget(String target)
    
public  voidsetURL(URL url)
     Set this request URI.
public  voidsetUserAgent(String ua)
     Set the user agent description header.
protected  voidstartEmit(OutputStream out, int what)
    

Field Detail
H_ACCEPT
public static int H_ACCEPT(Code)



H_ACCEPT_CHARSET
public static int H_ACCEPT_CHARSET(Code)



H_ACCEPT_ENCODING
public static int H_ACCEPT_ENCODING(Code)



H_ACCEPT_LANGUAGE
public static int H_ACCEPT_LANGUAGE(Code)



H_AUTHORIZATION
public static int H_AUTHORIZATION(Code)



H_EXPECT
public static int H_EXPECT(Code)



H_FROM
public static int H_FROM(Code)



H_HOST
public static int H_HOST(Code)



H_IF_MATCH
public static int H_IF_MATCH(Code)



H_IF_MODIFIED_SINCE
public static int H_IF_MODIFIED_SINCE(Code)



H_IF_NONE_MATCH
public static int H_IF_NONE_MATCH(Code)



H_IF_RANGE
public static int H_IF_RANGE(Code)



H_IF_UNMODIFIED_SINCE
public static int H_IF_UNMODIFIED_SINCE(Code)



H_MAX_FORWARDS
public static int H_MAX_FORWARDS(Code)



H_PROXY_AUTHORIZATION
public static int H_PROXY_AUTHORIZATION(Code)



H_RANGE
public static int H_RANGE(Code)



H_REFERER
public static int H_REFERER(Code)



H_TE
public static int H_TE(Code)



H_USER_AGENT
public static int H_USER_AGENT(Code)



method
protected String method(Code)
The method to execute on the target resource.



proxy
protected URL proxy(Code)
The proxy to use for that request, if any.



sProxy
protected String sProxy(Code)



target
String target(Code)



url
protected URL url(Code)
The target resource, identified by its URL.




Constructor Detail
HttpRequestMessage
public HttpRequestMessage(MimeParser parser)(Code)



HttpRequestMessage
public HttpRequestMessage()(Code)




Method Detail
dump
public void dump(OutputStream out)(Code)



getAccept
public HttpAccept[] getAccept()(Code)
Get this request accept list. A list of Accept clauses encoded as an array of HttpAcceptinstances, or null if undefined.



getAcceptCharset
public HttpAcceptCharset[] getAcceptCharset()(Code)
Get the list of accepted charsets for this request. The list of accepted languages encoded as an array ofinstances of HttpAcceptCharset, or null if undefined.



getAcceptEncoding
public HttpAcceptEncoding[] getAcceptEncoding()(Code)
Get the list of accepted encodings. A list of token describing the accepted encodings, or null if undefined.



getAcceptLanguage
public HttpAcceptLanguage[] getAcceptLanguage()(Code)
Get the list of accepted languages for this request. The list of accepted languages encoded as an array ofinstances of HttpAcceptLanguage, or null ifundefined.



getAuthorization
public HttpCredential getAuthorization()(Code)
Get the authorization associated with this request. An instance of HttpCredential of nullif undefined.



getExpect
public String getExpect()(Code)
Get this request's Expect header value. This header as a String.



getFrom
public String getFrom()(Code)
Get the originator (from header value) of the request. The originator description, as a String, or null if undefined.



getHost
public String getHost()(Code)
Get the host header. The host header, encoded as a String, or nullif undefined.



getIfMatch
public HttpEntityTag[] getIfMatch()(Code)
Get the conditional matching set of entity tags. An array of HttpEntityTag instances, or nullif undefined.



getIfModifiedSince
public long getIfModifiedSince()(Code)
Get the if-modified-since conditional. A long, giving the If-Modified-Since date value as the numberof milliseconds since Java epoch, or -1 if undefined.



getIfNoneMatch
public HttpEntityTag[] getIfNoneMatch()(Code)
Get the conditional none matching entity tags. An entity tag list, encoded as an array of HttpEntityTag, ornull if undefined.



getIfRange
public HttpEntityTag getIfRange()(Code)
Get the if-range conditional if any. Warning: This API doesn't accept If-Range header that contains date value (if you want to discuss why, send me email) An HttpEntityTag instance, or null if that header is not defined.



getIfUnmodifiedSince
public long getIfUnmodifiedSince()(Code)
Get the if unmodified since conditional date. The date encoded as a long number of milliseconds sinceJava runtime epoch, or -1 if undefined.



getMaxForwards
public int getMaxForwards()(Code)
Get the maximum allowed count of hops for the request. An integer giving the number of hops, or -1if undefined.



getMaxStale
public int getMaxStale()(Code)
Get the max-stale directive value of the cache control header. The max-stale value, as a number of seconds, or -1 if undefined.



getMethod
public String getMethod()(Code)
Get this request's method. The request method, as a String.



getMinFresh
public int getMinFresh()(Code)
Get the min-fresh directive value of the cache control header. The min-fresh value, as a number of seconds, or -1 if undefined.



getProxy
public URL getProxy()(Code)
Get the proxy to use for that request. The proxy's URL, or null if none is set.



getProxyAuthorization
public HttpCredential getProxyAuthorization()(Code)
Get the authorization associated with this request. An instance of HttpCredential of nullif undefined.



getRange
public HttpRange[] getRange()(Code)
Get the ranges queried by this request. A list of ranges, encoded as an array of HttpRange instanceor null if undefined.



getReferer
public String getReferer()(Code)
Get the referer of the request. A String encoding the referer (generally an URL), ornull if undefined.



getTE
public HttpAcceptEncoding[] getTE()(Code)
Get the list of restricted transfer encodings. A list of token describing the restreicted TE, or null if undefined.



getTarget
protected String getTarget()(Code)



getURL
public URL getURL()(Code)
Get this request's target URI. This will only return the absolute path of the requested resource, even if the actual request came with the full path as an URI. An URL instance, or null if undefined.



getUserAgent
public String getUserAgent()(Code)
Get the user agent String. The user agent description, as a String, or null if undefined.



hasAuthorization
public boolean hasAuthorization()(Code)
Does this request has some specific authorization infos. A boolean.



hasProxy
public boolean hasProxy()(Code)
Will this request use a proxy when executed ? A boolean.



main
public static void main(String args)(Code)



notifyBeginParsing
public boolean notifyBeginParsing(MimeParser parser) throws HttpParserException, IOException(Code)
A boolean true if the MIME parser should stopparsing, false otherwise.
exception:
  IOException - If some IO error occured while reading thestream.
exception:
  HttpParserException - if parsing failed.



notifyEndParsing
public void notifyEndParsing(MimeParser parser) throws HttpParserException, IOException(Code)
All the headers have been parsed, take any appropriate actions. Here we will verify that the request is HTTP/1.1 compliant for the Host header.
Parameters:
  parser - The Mime parser.
exception:
  MimeParserException - if the parsing failed
exception:
  IOException - if an IO error occurs.



setAccept
public void setAccept(HttpAccept accepts)(Code)
Set the list of accept clauses attached to this request.
Parameters:
  accepts - The list of accept clauses encoded as an arrayof HttpAccept instances, or null to reset the value.



setAcceptCharset
public void setAcceptCharset(HttpAcceptCharset charsets)(Code)
Set the list of accepted charsets for this request.
Parameters:
  charsets - The list of accepted charsets, encoded as an arrayof HttpAcceptCharset instances, or null to resetthe value.



setAcceptEncoding
public void setAcceptEncoding(HttpAcceptEncoding encoding)(Code)
Set the list of accepted encodings.
Parameters:
  encodings - The list of accepted encodings, as an array,of HttpAcceptEncoding or null to reset the value.



setAcceptLanguage
public void setAcceptLanguage(HttpAcceptCharset langs)(Code)
Set the list of accepted languages for this request.
Parameters:
  langs - The list of accepted languages, encoded as an arrayof HttpAcceptLanguage instances, or null to resetvalue.



setAuthorization
public void setAuthorization(HttpCredential credentials)(Code)
Set the authorization associated with this request.
Parameters:
  credentials - The credentials to attach to this request, ornull to reset the value.



setExpect
public void setExpect(String expect)(Code)
Set this request's Expect header.
Parameters:
  exp - The value of the header (ex: "100-continue".



setFrom
public void setFrom(String from)(Code)
Set the originator of this request.
Parameters:
  from - The description of the originator, as an email address,or null to reset the value.



setHost
public void setHost(String host)(Code)
Set the host header value.
Parameters:
  host - The String representing the target host of the request,or null to reset the value.



setIfMatch
public void setIfMatch(HttpEntityTag etags)(Code)
Set the conditional matching set of entity tags.
Parameters:
  etags - An array of HttpEntityTag, one per item in the set, ornull to reset the header value.



setIfModifiedSince
public void setIfModifiedSince(long ims)(Code)
Set the if-modified-since conditional.
Parameters:
  ims - The date of last modification, as the number of millisecondssince Java epoch, or -1 to reset the value.



setIfNoneMatch
public void setIfNoneMatch(HttpEntityTag etags)(Code)
Set the conditional none matching entity tags.
Parameters:
  etags - An array of HttpEntityTag, one per item in the set,or null to reset the value.



setIfRange
public void setIfRange(HttpEntityTag etag)(Code)
Set the if-range header value.
Parameters:
  etag - The contional etag, or null to resetprevious setting.



setIfUnmodifiedSince
public void setIfUnmodifiedSince(long date)(Code)
Set the if-unmodified-since conditional date.
Parameters:
  date - The date, encoded as the number of milliseconds sinceJava epoch, or -1 to reset value.



setMaxForwards
public void setMaxForwards(int hops)(Code)
Set the maximum allowed count of hops for that request.
Parameters:
  hops - The hops count, or -1 to reset value.



setMaxStale
public void setMaxStale(int maxstale)(Code)
Set the max-stale directive value.
Parameters:
  maxstale - A number of seconds giving the allowed drift fora resource that is no more valid, or -1 to resetthe value.



setMethod
public void setMethod(String method)(Code)
Set this request's method.
Parameters:
  mth - The request method.



setMinFresh
public void setMinFresh(int minfresh)(Code)
Set the min-fresh directive value of the cache control header.
Parameters:
  minfresh - The min-fresh value, in seconds, or -1to reset value.



setProxy
public void setProxy(URL proxy)(Code)
Set the proxy to use for that request.
Parameters:
  proxy - The proxy's URL, or null to reset value.



setProxyAuthorization
public void setProxyAuthorization(HttpCredential credentials)(Code)
Set the proxy authorization associated with that request.
Parameters:
  credentials - The credentials, or null toreset the value.



setRange
public void setRange(HttpRange ranges)(Code)
Set the ranges queried by this request.
Parameters:
  ranges - The list of ranges, encoded as an array of instancesof HttpRange, or null to reset the value.



setReferer
public void setReferer(String referer)(Code)
Set the referer of this request.
Parameters:
  referer - The referer of the request, or nullto reset the value.



setTE
public void setTE(HttpAcceptEncoding encoding)(Code)
Set the list of restricted transfer encodings
Parameters:
  encodings - The list of accepted encodings, as an array,of HttpAcceptEncoding or null to reset the value.



setTarget
protected void setTarget(String target)(Code)



setURL
public void setURL(URL url)(Code)
Set this request URI. The provided URI should only include the absolute path of the target request, see the setHost method for how to set the actual host of the target resource.
Parameters:
  url - The target URL of the request, as an URL instance.



setUserAgent
public void setUserAgent(String ua)(Code)
Set the user agent description header.
Parameters:
  ua - The description of the user agent emiting the request, ornull to reset the value.



startEmit
protected void startEmit(OutputStream out, int what) throws IOException(Code)
This message is about to be emited, emit the request-line first !
Parameters:
  out - The output stream to emit the request to.
exception:
  IOException - If some IO error occured while emiting therequest.



Fields inherited from org.w3c.www.http.HttpEntityMessage
public static int H_ALLOW(Code)(Java Doc)
public static int H_CONTENT_BASE(Code)(Java Doc)
public static int H_CONTENT_ENCODING(Code)(Java Doc)
public static int H_CONTENT_LANGUAGE(Code)(Java Doc)
public static int H_CONTENT_LENGTH(Code)(Java Doc)
public static int H_CONTENT_LOCATION(Code)(Java Doc)
public static int H_CONTENT_MD5(Code)(Java Doc)
public static int H_CONTENT_RANGE(Code)(Java Doc)
public static int H_CONTENT_TYPE(Code)(Java Doc)
public static int H_ETAG(Code)(Java Doc)
public static int H_EXPIRES(Code)(Java Doc)
public static int H_LAST_MODIFIED(Code)(Java Doc)

Methods inherited from org.w3c.www.http.HttpEntityMessage
public void addContentEncoding(String name)(Code)(Java Doc)
public String[] getAllow()(Code)(Java Doc)
public String getContentBase()(Code)(Java Doc)
public String[] getContentEncoding()(Code)(Java Doc)
public String[] getContentLanguage()(Code)(Java Doc)
public int getContentLength()(Code)(Java Doc)
public String getContentLocation()(Code)(Java Doc)
public String getContentMD5()(Code)(Java Doc)
public HttpContentRange getContentRange()(Code)(Java Doc)
public MimeType getContentType()(Code)(Java Doc)
public HttpEntityTag getETag()(Code)(Java Doc)
public long getExpires()(Code)(Java Doc)
public long getLastModified()(Code)(Java Doc)
public boolean hasContentRange()(Code)(Java Doc)
public void setAllow(String mth)(Code)(Java Doc)
public void setContentBase(String base)(Code)(Java Doc)
public void setContentEncoding(String encodings)(Code)(Java Doc)
public void setContentLanguage(String languages)(Code)(Java Doc)
public void setContentLength(int length)(Code)(Java Doc)
public void setContentLocation(String location)(Code)(Java Doc)
public void setContentMD5(String md5)(Code)(Java Doc)
public void setContentType(MimeType type)(Code)(Java Doc)
public void setETag(HttpEntityTag tag)(Code)(Java Doc)
public void setExpires(long date)(Code)(Java Doc)
public void setLastModified(long date)(Code)(Java Doc)

Fields inherited from org.w3c.www.http.HttpMessage
final public static int EMIT_ALL(Code)(Java Doc)
final public static int EMIT_BODY(Code)(Java Doc)
final public static int EMIT_FOOTERS(Code)(Java Doc)
final public static int EMIT_HEADERS(Code)(Java Doc)
public static int H_CACHE_CONTROL(Code)(Java Doc)
public static int H_CMAN_EXT(Code)(Java Doc)
public static int H_CONNECTION(Code)(Java Doc)
public static int H_COOKIE(Code)(Java Doc)
public static int H_COPT_EXT(Code)(Java Doc)
public static int H_DATE(Code)(Java Doc)
public static int H_MAN_EXT(Code)(Java Doc)
public static int H_OPT_EXT(Code)(Java Doc)
public static int H_PRAGMA(Code)(Java Doc)
public static int H_PROTOCOL(Code)(Java Doc)
public static int H_PROTOCOL_INFO(Code)(Java Doc)
public static int H_PROTOCOL_QUERY(Code)(Java Doc)
public static int H_PROTOCOL_REQUEST(Code)(Java Doc)
public static int H_PROXY_CONNECTION(Code)(Java Doc)
public static int H_SET_COOKIE(Code)(Java Doc)
public static int H_TRAILER(Code)(Java Doc)
public static int H_TRANSFER_ENCODING(Code)(Java Doc)
public static int H_UPGRADE(Code)(Java Doc)
public static int H_VIA(Code)(Java Doc)
public static int MAX_HEADERS(Code)(Java Doc)
protected static HeaderDescription descriptors(Code)(Java Doc)
protected long emitdate(Code)(Java Doc)
protected static Hashtable factory(Code)(Java Doc)
protected Dictionary headers(Code)(Java Doc)
protected short major(Code)(Java Doc)
protected short minor(Code)(Java Doc)
protected ArrayDictionary state(Code)(Java Doc)
protected HeaderValue values(Code)(Java Doc)

Methods inherited from org.w3c.www.http.HttpMessage
public void addConnection(String name)(Code)(Java Doc)
public void addNoCache(String name)(Code)(Java Doc)
public void addPragma(String name)(Code)(Java Doc)
public void addProxyConnection(String name)(Code)(Java Doc)
public void addTransferEncoding(String name)(Code)(Java Doc)
public void addVia(String via)(Code)(Java Doc)
public boolean checkNoStore()(Code)(Java Doc)
public boolean checkOnlyIfCached()(Code)(Java Doc)
public void delState(String name)(Code)(Java Doc)
public void dump(OutputStream out)(Code)(Java Doc)
public void emit(OutputStream out) throws IOException(Code)(Java Doc)
public void emit(OutputStream out, int what) throws IOException(Code)(Java Doc)
protected void emitHeaders(OutputStream out, int what) throws IOException(Code)(Java Doc)
protected void endEmit(OutputStream out, int what) throws IOException(Code)(Java Doc)
public Enumeration enumerateHeaderDescriptions(boolean all)(Code)(Java Doc)
public Enumeration enumerateHeaderDescriptions()(Code)(Java Doc)
protected synchronized String generateExtNamespace()(Code)(Java Doc)
public String getCManExtHeader(String ext, String header)(Code)(Java Doc)
public String getCOptExtHeader(String ext, String header)(Code)(Java Doc)
public HttpCacheControl getCacheControl()(Code)(Java Doc)
public HttpMessage getClone()(Code)(Java Doc)
public String[] getConnection()(Code)(Java Doc)
public HttpCookieList getCookie()(Code)(Java Doc)
public long getDate()(Code)(Java Doc)
public HttpMessage getDeeperClone()(Code)(Java Doc)
public long getEmitDate()(Code)(Java Doc)
public String getExtHeader(String ext, String header)(Code)(Java Doc)
public HttpExtList getExtList(String id)(Code)(Java Doc)
public Dictionary getExtensionHeaders(HttpExt ext)(Code)(Java Doc)
public HeaderValue getHeaderValue(String name, HeaderValue def)(Code)(Java Doc)
final public HeaderValue getHeaderValue(String name)(Code)(Java Doc)
final public HeaderValue getHeaderValue(int idx)(Code)(Java Doc)
public HeaderValue getHeaderValue(HeaderDescription d)(Code)(Java Doc)
public HttpExtList getHttpCManExtDecl()(Code)(Java Doc)
public HttpExtList getHttpCOptExtDecl()(Code)(Java Doc)
public HttpExtList getHttpManExtDecl()(Code)(Java Doc)
public HttpExtList getHttpOptExtDecl()(Code)(Java Doc)
public short getMajorVersion()(Code)(Java Doc)
public String getManExtHeader(String ext, String header)(Code)(Java Doc)
public int getMaxAge()(Code)(Java Doc)
public short getMinorVersion()(Code)(Java Doc)
public String[] getNoCache()(Code)(Java Doc)
public String getOptExtHeader(String ext, String header)(Code)(Java Doc)
public String[] getPragma()(Code)(Java Doc)
public HttpBag getProtocol()(Code)(Java Doc)
public HttpBag getProtocolInfo()(Code)(Java Doc)
public HttpBag getProtocolQuery()(Code)(Java Doc)
public HttpBag getProtocolRequest()(Code)(Java Doc)
public String[] getProxyConnection()(Code)(Java Doc)
public int getSMaxAge()(Code)(Java Doc)
public HttpSetCookieList getSetCookie()(Code)(Java Doc)
public Object getState(String name)(Code)(Java Doc)
public Enumeration getStateNames()(Code)(Java Doc)
public String[] getTrailer()(Code)(Java Doc)
public String[] getTransferEncoding()(Code)(Java Doc)
public String[] getUpgrade()(Code)(Java Doc)
public String getValue(String name)(Code)(Java Doc)
public String getValue(HeaderDescription d)(Code)(Java Doc)
public String getVersion()(Code)(Java Doc)
public String[] getVia()(Code)(Java Doc)
public boolean hasConnection(String tok)(Code)(Java Doc)
public boolean hasHeader(String name)(Code)(Java Doc)
public boolean hasHeader(int idx)(Code)(Java Doc)
public boolean hasPragma(String pragma)(Code)(Java Doc)
public boolean hasProxyConnection(String tok)(Code)(Java Doc)
public boolean hasState(String name)(Code)(Java Doc)
public boolean hasTransferEncoding(String encoding)(Code)(Java Doc)
public boolean notifyBeginParsing(MimeParser parser) throws HttpParserException, IOException(Code)(Java Doc)
public void notifyEndParsing(MimeParser parser) throws HttpParserException, IOException(Code)(Java Doc)
public void notifyHeader(String name, byte buf, int off, int len)(Code)(Java Doc)
final public static void registerExtHeader(String name, String cls)(Code)(Java Doc)
final protected static void registerHeader(String name, String cls)(Code)(Java Doc)
final protected static void registerHeader(String name, String c, int i)(Code)(Java Doc)
public void removeHeader(String name)(Code)(Java Doc)
final public void removeHeader(int idx)(Code)(Java Doc)
public void setCacheControl(HttpCacheControl control)(Code)(Java Doc)
public void setConnection(String tokens)(Code)(Java Doc)
public void setCookie(HttpCookieList cookie)(Code)(Java Doc)
public void setDate(long date)(Code)(Java Doc)
public void setEnd2EndExtensionAcknowledgmentHeader()(Code)(Java Doc)
public synchronized void setExtensionHeader(HttpExt ext, String name, String value)(Code)(Java Doc)
public void setHeaderValue(String name, HeaderValue value)(Code)(Java Doc)
public void setHeaderValue(HeaderDescription d, HeaderValue v)(Code)(Java Doc)
final public void setHeaderValue(int idx, HeaderValue value)(Code)(Java Doc)
public void setHopByHopExtensionAcknowledgmentHeader()(Code)(Java Doc)
public void setHttpCManExtDecl(HttpExtList exts)(Code)(Java Doc)
public void setHttpCOptExtDecl(HttpExtList exts)(Code)(Java Doc)
public void setHttpExtDecl(HttpExtList exts)(Code)(Java Doc)
public void setHttpManExtDecl(HttpExtList exts)(Code)(Java Doc)
public void setHttpOptExtDecl(HttpExtList exts)(Code)(Java Doc)
public void setMaxAge(int maxage)(Code)(Java Doc)
protected void setNamespaces(HttpExtList extl)(Code)(Java Doc)
public void setNoCache(String nocache)(Code)(Java Doc)
public void setNoCache()(Code)(Java Doc)
public void setNoStore(boolean onoff)(Code)(Java Doc)
public void setOnlyIfCached(boolean onoff)(Code)(Java Doc)
public void setPragma(String tokens)(Code)(Java Doc)
public void setProtocol(HttpBag bag)(Code)(Java Doc)
public void setProtocolInfo(HttpBag bag)(Code)(Java Doc)
public void setProtocolQuery(HttpBag bag)(Code)(Java Doc)
public void setProtocolRequest(HttpBag bag)(Code)(Java Doc)
public void setProxyConnection(String tokens)(Code)(Java Doc)
public void setSMaxAge(int smaxage)(Code)(Java Doc)
public void setSetCookie(HttpSetCookieList setcookie)(Code)(Java Doc)
public void setState(String name, Object value)(Code)(Java Doc)
public void setTrailer(String trailers)(Code)(Java Doc)
public void setTransferEncoding(String tokens)(Code)(Java Doc)
public void setUpgrade(String products)(Code)(Java Doc)
public void setValue(String name, String strval)(Code)(Java Doc)
public void setVia(String vias)(Code)(Java Doc)
protected void startEmit(OutputStream out, int what) throws IOException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.