public class ResponseContentTransformer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected javax.servlet.http.HttpServletRequest |
clientRequest |
static int |
MAX_CONFIRMABLE_CONTENT_LENGTH |
| Constructor and Description |
|---|
ResponseContentTransformer(javax.servlet.http.HttpServletRequest clientRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isConfirmationNeeded() |
protected void |
onContentAvailable(java.nio.ByteBuffer allInput) |
void |
transform(java.nio.ByteBuffer input,
boolean finished,
java.util.List<java.nio.ByteBuffer> output) |
public static final int MAX_CONFIRMABLE_CONTENT_LENGTH
protected final javax.servlet.http.HttpServletRequest clientRequest
public ResponseContentTransformer(javax.servlet.http.HttpServletRequest clientRequest)
protected void onContentAvailable(java.nio.ByteBuffer allInput)
public void transform(java.nio.ByteBuffer input,
boolean finished,
java.util.List<java.nio.ByteBuffer> output)
throws java.io.IOException
transform in interface org.eclipse.jetty.proxy.AsyncMiddleManServlet.ContentTransformerjava.io.IOExceptionprotected boolean isConfirmationNeeded()