Uses of Class gnu.inet.http.Headers

Uses in package gnu.inet.http

Methods with return type gnu.inet.http.Headers

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

Constructors with parameter type gnu.inet.http.Headers

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

Fields of type gnu.inet.http.Headers

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