sk.baka.ambient.commons
Class IOUtils.HttpRequest

java.lang.Object
  extended by sk.baka.ambient.commons.IOUtils.HttpRequest
Enclosing class:
IOUtils

public static final class IOUtils.HttpRequest
extends Object

The http request

Author:
Martin Vysny

Field Summary
 String method
          The request string: GET, POST etc.
 String path
          The path without the query/anchor part.
 Map<String,String> query
          The query parameter values.
 String requestPath
          The original request path.
 byte version
          0 for HTTP/1.0, 1 for HTTP/1.1
 
Constructor Summary
IOUtils.HttpRequest()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

public String method
The request string: GET, POST etc.


requestPath

public String requestPath
The original request path.


path

public String path
The path without the query/anchor part.


query

public Map<String,String> query
The query parameter values.


version

public byte version
0 for HTTP/1.0, 1 for HTTP/1.1

Constructor Detail

IOUtils.HttpRequest

public IOUtils.HttpRequest()


Copyright © 2007-2008. All Rights Reserved.