Class ProxyServlet.ProxyInputStreamRequestContent

java.lang.Object
org.eclipse.jetty.io.content.InputStreamContentSource
org.eclipse.jetty.client.InputStreamRequestContent
org.eclipse.jetty.ee10.proxy.ProxyServlet.ProxyInputStreamRequestContent
All Implemented Interfaces:
org.eclipse.jetty.client.Request.Content, org.eclipse.jetty.io.Content.Source
Enclosing class:
ProxyServlet

protected class ProxyServlet.ProxyInputStreamRequestContent extends org.eclipse.jetty.client.InputStreamRequestContent
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    ProxyInputStreamRequestContent(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.eclipse.jetty.client.Request proxyRequest, InputStream input)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    org.eclipse.jetty.io.Content.Chunk
     

    Methods inherited from class org.eclipse.jetty.client.InputStreamRequestContent

    getContentType

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

    demand, fail, fillBufferFromInputStream, getBufferSize, setBufferSize

    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

    demand, fail, fail, rewind
  • Constructor Details

    • ProxyInputStreamRequestContent

      protected ProxyInputStreamRequestContent(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.eclipse.jetty.client.Request proxyRequest, InputStream input)
  • Method Details

    • getLength

      public long getLength()
    • read

      public org.eclipse.jetty.io.Content.Chunk read()
      Specified by:
      read in interface org.eclipse.jetty.io.Content.Source
      Overrides:
      read in class org.eclipse.jetty.io.content.InputStreamContentSource