Uses of Class gnu.java.net.protocol.http.Headers

Uses in package gnu.java.net.protocol.http

Constructors with parameter type gnu.java.net.protocol.http.Headers

Constructor.
Response.Response(int majorVersion, int minorVersion, int code, String message, Headers headers, InputStream body)
Constructs a new response with the specified parameters.

Fields of type gnu.java.net.protocol.http.Headers

Headers
The response headers.
Headers
The headers in this request.

Methods with return type gnu.java.net.protocol.http.Headers

Headers
Returns the headers in this request.
Headers
Returns the headers in the response.