Module org.eclipse.jetty.ee10.proxy
Package org.eclipse.jetty.ee10.proxy
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
ConstructorsModifierConstructorDescriptionprotectedProxyInputStreamRequestContent(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.eclipse.jetty.client.Request proxyRequest, InputStream input) -
Method Summary
Methods inherited from class org.eclipse.jetty.client.InputStreamRequestContent
getContentTypeMethods inherited from class org.eclipse.jetty.io.content.InputStreamContentSource
demand, fail, fillBufferFromInputStream, getBufferSize, setBufferSizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
readin interfaceorg.eclipse.jetty.io.Content.Source- Overrides:
readin classorg.eclipse.jetty.io.content.InputStreamContentSource
-