Uses of Class
org.jclouds.http.HttpMessage

Packages that use HttpMessage
org.jclouds.http   
org.jclouds.rest.internal   
 

Uses of HttpMessage in org.jclouds.http
 

Classes in org.jclouds.http with type parameters of type HttpMessage
static class HttpMessage.Builder<T extends HttpMessage>
           
 

Subclasses of HttpMessage in org.jclouds.http
 class HttpRequest
          Represents a request that can be executed within HttpCommandExecutorService
 class HttpResponse
          Represents a response produced from HttpCommandExecutorService
 

Methods in org.jclouds.http with type parameters of type HttpMessage
static
<X extends HttpMessage>
HttpMessage.Builder<X>
HttpMessage.Builder.from(X input)
           
 

Methods in org.jclouds.http that return types with arguments of type HttpMessage
static HttpMessage.Builder<? extends HttpMessage> HttpMessage.builder()
           
 HttpMessage.Builder<? extends HttpMessage> HttpMessage.toBuilder()
           
 

Methods in org.jclouds.http with parameters of type HttpMessage
static Long HttpUtils.attemptToParseSizeAndRangeFromHeaders(HttpMessage from)
           
static void HttpUtils.checkRequestHasContentLengthOrChunkedEncoding(HttpMessage request, String message)
           
static void HttpUtils.releasePayload(HttpMessage from)
           
static void HttpUtils.wirePayloadIfEnabled(Wire wire, HttpMessage request)
           
 

Uses of HttpMessage in org.jclouds.rest.internal
 

Subclasses of HttpMessage in org.jclouds.rest.internal
 class GeneratedHttpRequest<T>
          Represents a request generated from annotations
 



Copyright © 2009-2011 jclouds. All Rights Reserved.