Uses of Interface
org.jclouds.io.PayloadEnclosing

Packages that use PayloadEnclosing
org.jclouds.http   
org.jclouds.http.internal   
org.jclouds.io   
org.jclouds.logging.internal   
org.jclouds.rest.internal   
 

Uses of PayloadEnclosing in org.jclouds.http
 

Classes in org.jclouds.http that implement PayloadEnclosing
 class HttpMessage
          Represents a request that can be executed within HttpCommandExecutorService
 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 parameters of type PayloadEnclosing
static byte[] HttpUtils.closeClientButKeepContentStream(PayloadEnclosing response)
          Content stream may need to be read.
static byte[] HttpUtils.toByteArrayOrNull(PayloadEnclosing response)
           
 

Uses of PayloadEnclosing in org.jclouds.http.internal
 

Classes in org.jclouds.http.internal that implement PayloadEnclosing
 class PayloadEnclosingImpl
           
 

Uses of PayloadEnclosing in org.jclouds.io
 

Methods in org.jclouds.io with type parameters of type PayloadEnclosing
static
<T extends PayloadEnclosing>
T
Payloads.calculateMD5(T payloadEnclosing)
          Calculates the md5 on a payload, replacing as necessary.
static
<T extends PayloadEnclosing>
T
Payloads.calculateMD5(T payloadEnclosing, MessageDigest md5)
          Calculates the md5 on a payload, replacing as necessary.
 

Uses of PayloadEnclosing in org.jclouds.logging.internal
 

Methods in org.jclouds.logging.internal with parameters of type PayloadEnclosing
 void Wire.input(PayloadEnclosing request)
           
 void Wire.output(PayloadEnclosing request)
           
 

Uses of PayloadEnclosing in org.jclouds.rest.internal
 

Classes in org.jclouds.rest.internal that implement PayloadEnclosing
 class GeneratedHttpRequest<T>
          Represents a request generated from annotations
 



Copyright © 2009-2011 jclouds. All Rights Reserved.