Uses of Class
net.noderunner.http.HttpVersion

Packages that use HttpVersion
net.noderunner.http Provides classes for sending and receiving data over HTTP. 
 

Uses of HttpVersion in net.noderunner.http
 

Fields in net.noderunner.http declared as HttpVersion
static HttpVersion HttpVersion.HTTP10
          Represents HTTP version 1.0
static HttpVersion HttpVersion.HTTP11
          Represents HTTP version 1.1
 

Methods in net.noderunner.http that return HttpVersion
 HttpVersion StatusLine.getHttpVersion()
          Returns the status' HTTP version.
 HttpVersion RequestLine.getHttpVersion()
          Returns the version of this request.
static HttpVersion HttpVersion.parseVersion(java.lang.String version)
          Based on the string supplied, returns either HttpVersion.HTTP10 or HttpVersion.HTTP11 or a newly constructed HttpVersion instance.
 

Constructors in net.noderunner.http with parameters of type HttpVersion
RequestLine(Method method, java.lang.String requestURI, HttpVersion version)
          Constructs using all Request-Line parts.
StatusLine(HttpVersion version, int statusCode, java.lang.String reasonPhrase)
          Constructs this object using Status-Line parts.
 



Copyright © 2009. All Rights Reserved.