Class 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.Nested
      • Nested classes/interfaces inherited from interface org.eclipse.jetty.client.api.ContentProvider

        org.eclipse.jetty.client.api.ContentProvider.Typed
      • Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable

        org.eclipse.jetty.util.thread.Invocable.InvocationType
    • Field Summary

      • Fields inherited from interface org.eclipse.jetty.util.Callback

        NOOP
      • Fields inherited from interface org.eclipse.jetty.util.thread.Invocable

        __nonBlocking
    • Constructor Detail

      • CamelInputStreamContentProvider

        public CamelInputStreamContentProvider​(InputStream stream,
                                               int length)
    • Method Detail

      • getLength

        public long getLength()
        Specified by:
        getLength in interface org.eclipse.jetty.client.api.ContentProvider
        Overrides:
        getLength in class org.eclipse.jetty.client.util.InputStreamContentProvider