|
Deprecated Methods |
org.jclouds.rest.Utils.asyncHttp()
will be removed in jclouds 1.7, as async interfaces are no
longer supported. |
org.jclouds.rest.internal.UtilsImpl.asyncHttp()
|
org.jclouds.rest.config.BinderUtils.bindSyncToAsyncApi(Binder, Class, Class)
will be removed in jclouds 1.7, as async interfaces are no
longer supported. |
org.jclouds.rest.config.BinderUtils.bindSyncToAsyncHttpApi(Binder, Class, Class)
will be removed in jclouds 1.7, as async interfaces are no
longer supported. |
org.jclouds.util.Closeables2.closeQuietly(Closeable)
|
org.jclouds.rest.internal.RestAnnotationProcessor.createRequest(Invokable, ?>, List
|
org.jclouds.rest.RestContext.getAsyncApi()
please use org.jclouds.ContextBuilder#buildApi() as
async interface will be removed in jclouds 1.7. |
org.jclouds.io.Payload.getInput()
see openStream |
org.jclouds.rest.Utils.ioExecutor()
will be removed in jclouds 1.7, as async interfaces are no
longer supported. |
org.jclouds.io.Payloads.newByteArrayPayload(byte[])
see newPayload(ByteSource) |
org.jclouds.io.Payloads.newFilePayload(File)
see newPayload(ByteSource) |
org.jclouds.io.Payloads.newPayload(Object)
see newPayload(ByteSource) or newPayload(InputStream) |
org.jclouds.io.Payloads.newStringPayload(String)
see newPayload(ByteSource) |
org.jclouds.collect.PagedIterables.of(IterableWithMarker)
|
org.jclouds.http.HttpMessage.Builder.payload(byte[])
see payload(ByteSource.wrap(byte[])) |
org.jclouds.http.HttpMessage.Builder.payload(File)
see payload(Files.asByteSource(File)) |
org.jclouds.http.HttpMessage.Builder.payload(String)
see payload(ByteSource.wrap(String.getBytes())) |
org.jclouds.rest.Utils.userExecutor()
will be removed in jclouds 1.7, as async interfaces are no
longer supported. |