public interface MutableRequestParserEvent extends RequestParserEvent
| Modifier and Type | Method and Description |
|---|---|
void |
addBytesRead(long value) |
void |
setBytesRead(long value) |
void |
setContentLength(long value) |
void |
setRequest(MvcRequest value) |
void |
setResponse(MvcResponse value) |
void |
setStart(long value) |
getBytesRead, getContentLength, getRequest, getResponseestimatedMillisecondsLeft, getElapsedTimeInMilliseconds, getPercentCompletevoid setStart(long value)
void setContentLength(long value)
void setBytesRead(long value)
void addBytesRead(long value)
void setRequest(MvcRequest value)
void setResponse(MvcResponse value)
Copyright © 2026 Brandao. All rights reserved.