Uses of Class
org.apache.http.HttpVersion
Packages that use HttpVersion
Package
Description
Core HTTP component APIs and primitives.
Deprecated.
-
Uses of HttpVersion in org.apache.http
Fields in org.apache.http declared as HttpVersionModifier and TypeFieldDescriptionstatic final HttpVersion
HttpVersion.HTTP_0_9
HTTP protocol version 0.9static final HttpVersion
HttpVersion.HTTP_1_0
HTTP protocol version 1.0static final HttpVersion
HttpVersion.HTTP_1_1
HTTP protocol version 1.1 -
Uses of HttpVersion in org.apache.http.params
Methods in org.apache.http.params with parameters of type HttpVersionModifier and TypeMethodDescriptionvoid
HttpProtocolParamBean.setVersion
(HttpVersion version) Deprecated.