Uses of Class
org.jclouds.http.HttpMessage
- 
Packages that use HttpMessage Package Description org.jclouds.http org.jclouds.rest.internal  - 
- 
Uses of HttpMessage in org.jclouds.http
Subclasses of HttpMessage in org.jclouds.http Modifier and Type Class Description classHttpRequestRepresents a request that can be executed withinHttpCommandExecutorServiceclassHttpResponseRepresents a response produced fromHttpCommandExecutorServiceMethods in org.jclouds.http that return HttpMessage Modifier and Type Method Description HttpMessageHttpMessage.Builder. build()Methods in org.jclouds.http with parameters of type HttpMessage Modifier and Type Method Description static LongHttpUtils. attemptToParseSizeAndRangeFromHeaders(HttpMessage from)static voidHttpUtils. checkRequestHasContentLengthOrChunkedEncoding(HttpMessage request, String message)THttpMessage.Builder. fromHttpMessage(HttpMessage in)static voidHttpUtils. releasePayload(HttpMessage from)static voidHttpUtils. wirePayloadIfEnabled(Wire wire, HttpMessage request) - 
Uses of HttpMessage in org.jclouds.rest.internal
Subclasses of HttpMessage in org.jclouds.rest.internal Modifier and Type Class Description classGeneratedHttpRequest 
 -