|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |