org.basex.query.util.http
Class HTTPRequest.Part

java.lang.Object
  extended by org.basex.query.util.http.HTTPRequest.Part
Enclosing class:
HTTPRequest

public static class HTTPRequest.Part
extends java.lang.Object

Container for parsed data from element.

Author:
BaseX Team 2005-12, BSD License, Rositsa Shadura

Field Summary
 TokenMap bodyAttrs
          Attributes of part body.
 ValueBuilder bodyContent
          Content of part body.
 TokenMap headers
          Part headers.
 
Constructor Summary
HTTPRequest.Part()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

headers

public final TokenMap headers
Part headers.


bodyAttrs

public final TokenMap bodyAttrs
Attributes of part body.


bodyContent

public final ValueBuilder bodyContent
Content of part body.

Constructor Detail

HTTPRequest.Part

public HTTPRequest.Part()