|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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,
String requestURI,
HttpVersion version)
Constructs using all Request-Line |
|
StatusLine(HttpVersion version,
int statusCode,
String reasonPhrase)
Constructs this object using Status-Line |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |