Class CamelInputStreamContentSource

java.lang.Object
org.eclipse.jetty.io.content.InputStreamContentSource
org.apache.camel.component.jetty12.CamelInputStreamContentSource
All Implemented Interfaces:
org.eclipse.jetty.io.Content.Source

public class CamelInputStreamContentSource extends org.eclipse.jetty.io.content.InputStreamContentSource
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Content.Source

    org.eclipse.jetty.io.Content.Source.Factory
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     

    Methods inherited from class org.eclipse.jetty.io.content.InputStreamContentSource

    demand, fail, fillBufferFromInputStream, read

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.io.Content.Source

    fail, rewind
  • Constructor Details

    • CamelInputStreamContentSource

      public CamelInputStreamContentSource(InputStream stream, int length)
  • Method Details

    • getLength

      public long getLength()