Uses of Class
org.apache.http.HttpVersion

Packages that use HttpVersion
org.apache.http The core interfaces and classes of the HTTP components. 
org.apache.http.message A selection of HTTP message implementations. 
 

Uses of HttpVersion in org.apache.http
 

Fields in org.apache.http declared as HttpVersion
static HttpVersion HttpVersion.HTTP_0_9
          HTTP protocol version 0.9
static HttpVersion HttpVersion.HTTP_1_0
          HTTP protocol version 1.0
static HttpVersion HttpVersion.HTTP_1_1
          HTTP protocol version 1.1
 

Uses of HttpVersion in org.apache.http.message
 

Constructors in org.apache.http.message with parameters of type HttpVersion
BasicHttpEntityEnclosingRequest(java.lang.String method, java.lang.String uri, HttpVersion ver)
           
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.