Uses of Interface
org.jclouds.io.Payload
-
Packages that use Payload Package Description org.jclouds.http org.jclouds.http.internal org.jclouds.io org.jclouds.io.internal org.jclouds.io.payloads org.jclouds.rest org.jclouds.rest.internal -
-
Uses of Payload in org.jclouds.http
Fields in org.jclouds.http declared as Payload Modifier and Type Field Description protected PayloadHttpMessage.Builder. payloadMethods in org.jclouds.http with parameters of type Payload Modifier and Type Method Description THttpMessage.Builder. payload(Payload payload)Constructors in org.jclouds.http with parameters of type Payload Constructor Description HttpMessage(com.google.common.collect.Multimap<String,String> headers, Payload payload)HttpRequest(String method, URI endpoint, com.google.common.collect.Multimap<String,String> headers, Payload payload, Iterable<HttpRequestFilter> filters)HttpResponse(int statusCode, String message, com.google.common.collect.Multimap<String,String> headers, Payload payload) -
Uses of Payload in org.jclouds.http.internal
Fields in org.jclouds.http.internal declared as Payload Modifier and Type Field Description protected PayloadPayloadEnclosingImpl. payloadMethods in org.jclouds.http.internal that return Payload Modifier and Type Method Description PayloadPayloadEnclosingImpl. getPayload()Methods in org.jclouds.http.internal with parameters of type Payload Modifier and Type Method Description voidPayloadEnclosingImpl. setPayload(Payload data)Sets payload for the request or the content from the response.Constructors in org.jclouds.http.internal with parameters of type Payload Constructor Description PayloadEnclosingImpl(Payload payload) -
Uses of Payload in org.jclouds.io
Methods in org.jclouds.io that return Payload Modifier and Type Method Description PayloadPayloadEnclosing. getPayload()static PayloadPayloads. newPayload(Object data)PayloadPayloadSlicer. slice(Payload input, long offset, long length)Returns aPayloadthat returns input streams from the an underlying payload, where each stream starts at the given offset and is limited to the specified number of bytes.Methods in org.jclouds.io that return types with arguments of type Payload Modifier and Type Method Description Iterable<Payload>PayloadSlicer. slice(Payload input, long size)Methods in org.jclouds.io with parameters of type Payload Modifier and Type Method Description voidPayloadEnclosing. setPayload(Payload data)Sets payload for the request or the content from the response.Iterable<Payload>PayloadSlicer. slice(Payload input, long size)PayloadPayloadSlicer. slice(Payload input, long offset, long length)Returns aPayloadthat returns input streams from the an underlying payload, where each stream starts at the given offset and is limited to the specified number of bytes. -
Uses of Payload in org.jclouds.io.internal
Methods in org.jclouds.io.internal that return Payload Modifier and Type Method Description protected PayloadBasePayloadSlicer. copyMetadataAndSetLength(Payload input, Payload returnVal, long length)protected PayloadBasePayloadSlicer. doSlice(byte[] content, long offset, long length)protected PayloadBasePayloadSlicer. doSlice(com.google.common.io.ByteSource content, long offset, long length)protected PayloadBasePayloadSlicer. doSlice(File content, long offset, long length)protected PayloadBasePayloadSlicer. doSlice(InputStream content, long offset, long length)protected PayloadBasePayloadSlicer. doSlice(String content, long offset, long length)protected PayloadBasePayloadSlicer. doSlice(Payload content, long offset, long length)PayloadBasePayloadSlicer. slice(Payload input, long offset, long length)Returns aPayloadthat returns input streams from the an underlying payload, where each stream starts at the given offset and is limited to the specified number of bytes.Methods in org.jclouds.io.internal that return types with arguments of type Payload Modifier and Type Method Description protected Iterable<Payload>BasePayloadSlicer. doSlice(byte[] rawContent, ContentMetadata meta)protected Iterable<Payload>BasePayloadSlicer. doSlice(com.google.common.io.ByteSource rawContent, ContentMetadata meta)protected Iterable<Payload>BasePayloadSlicer. doSlice(File rawContent, ContentMetadata meta)protected Iterable<Payload>BasePayloadSlicer. doSlice(InputStream rawContent, ContentMetadata meta)protected Iterable<Payload>BasePayloadSlicer. doSlice(String rawContent, ContentMetadata meta)protected Iterable<Payload>BasePayloadSlicer. doSlice(Payload input, ContentMetadata meta)Iterable<Payload>BasePayloadSlicer. slice(Payload input, long size)Methods in org.jclouds.io.internal with parameters of type Payload Modifier and Type Method Description protected PayloadBasePayloadSlicer. copyMetadataAndSetLength(Payload input, Payload returnVal, long length)protected PayloadBasePayloadSlicer. doSlice(Payload content, long offset, long length)protected Iterable<Payload>BasePayloadSlicer. doSlice(Payload input, ContentMetadata meta)Iterable<Payload>BasePayloadSlicer. slice(Payload input, long size)PayloadBasePayloadSlicer. slice(Payload input, long offset, long length)Returns aPayloadthat returns input streams from the an underlying payload, where each stream starts at the given offset and is limited to the specified number of bytes. -
Uses of Payload in org.jclouds.io.payloads
Classes in org.jclouds.io.payloads that implement Payload Modifier and Type Class Description classBaseCipherPayloadclassBasePayload<V>classByteArrayPayloadclassByteSourcePayloadA repeatable, ByteSource-backed Payload.classDelegatingPayloadclassFilePayloadclassInputStreamPayloadclassMultipartFormclassPartclassPhantomPayloadclassRSADecryptingPayloadclassRSAEncryptingPayloadclassStringPayloadThis implementation converts the String to a byte array using UTF-8 encoding.classUrlEncodedFormPayloadMethods in org.jclouds.io.payloads that return Payload Modifier and Type Method Description PayloadDelegatingPayload. getDelegate()Methods in org.jclouds.io.payloads with parameters of type Payload Modifier and Type Method Description static PartPart. create(String name, Payload delegate, Part.PartOptions options)Constructors in org.jclouds.io.payloads with parameters of type Payload Constructor Description BaseCipherPayload(Crypto crypto, Payload delegate, Key key)DelegatingPayload(Payload delegate)RSADecryptingPayload(Crypto crypto, Payload delegate, Key key)RSAEncryptingPayload(Crypto crypto, Payload delegate, Key key) -
Uses of Payload in org.jclouds.rest
Methods in org.jclouds.rest with parameters of type Payload Modifier and Type Method Description StringHttpClient. post(URI location, Payload payload)StringHttpClient. put(URI location, Payload payload) -
Uses of Payload in org.jclouds.rest.internal
Constructors in org.jclouds.rest.internal with parameters of type Payload Constructor Description GeneratedHttpRequest(String method, URI endpoint, com.google.common.collect.Multimap<String,String> headers, Payload payload, Iterable<HttpRequestFilter> filters, Invocation invocation, com.google.common.base.Optional<Invocation> caller)
-