Class CamelInputStreamContentProvider
java.lang.Object
org.eclipse.jetty.client.util.InputStreamContentProvider
org.apache.camel.component.jetty11.CamelInputStreamContentProvider
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterable<ByteBuffer>,org.eclipse.jetty.client.api.ContentProvider,org.eclipse.jetty.util.Callback,org.eclipse.jetty.util.thread.Invocable
public class CamelInputStreamContentProvider
extends org.eclipse.jetty.client.util.InputStreamContentProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Callback
org.eclipse.jetty.util.Callback.Completable, org.eclipse.jetty.util.Callback.Completing, org.eclipse.jetty.util.Callback.NestedNested classes/interfaces inherited from interface org.eclipse.jetty.client.api.ContentProvider
org.eclipse.jetty.client.api.ContentProvider.TypedNested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
org.eclipse.jetty.util.thread.Invocable.InvocationType, org.eclipse.jetty.util.thread.Invocable.ReadyTask, org.eclipse.jetty.util.thread.Invocable.Task -
Field Summary
Fields inherited from interface org.eclipse.jetty.util.Callback
NOOPFields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.client.util.InputStreamContentProvider
close, failed, iterator, onRead, onReadFailureMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.Callback
completeWith, succeededMethods inherited from interface org.eclipse.jetty.client.api.ContentProvider
isReproducibleMethods inherited from interface org.eclipse.jetty.util.thread.Invocable
getInvocationTypeMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
CamelInputStreamContentProvider
-
-
Method Details
-
getLength
public long getLength()- Specified by:
getLengthin interfaceorg.eclipse.jetty.client.api.ContentProvider- Overrides:
getLengthin classorg.eclipse.jetty.client.util.InputStreamContentProvider
-