Uses of Class
com.monoserv.http.HttpParameters

Packages that use HttpParameters
com.monoserv.http   
 

Uses of HttpParameters in com.monoserv.http
 

Methods in com.monoserv.http that return HttpParameters
 HttpParameters HttpResponse.getHeaders()
          Returns the HTTP headers as an HttpParameters object.
 HttpParameters HttpResponse.getHeaders()
          Returns the HTTP headers as an HttpParameters object.
 HttpParameters HttpRequest.getHttpParameters()
          Returns a copy of the HTTP headers that were sent along with this request.
 HttpParameters HttpRequest.getHttpParameters()
          Returns a copy of the HTTP headers that were sent along with this request.
static HttpParameters HttpParameters.make(java.lang.String httpHeaders)
          This will take an unformatted string representation of HTTP headers in the standard format.
static HttpParameters HttpParameters.make(java.lang.String httpHeaders)
          This will take an unformatted string representation of HTTP headers in the standard format.
static HttpParameters HttpParameters.makeBlank()
          Returns a blank parameters object
static HttpParameters HttpParameters.makeBlank()
          Returns a blank parameters object
 

Methods in com.monoserv.http with parameters of type HttpParameters
 void HttpResponse.setHeaders(HttpParameters headerValues)
          Saves the supplied parameters as the actual headers for this message.
 void HttpResponse.setHeaders(HttpParameters headerValues)
          Saves the supplied parameters as the actual headers for this message.