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, getResponse
estimatedMillisecondsLeft, getElapsedTimeInMilliseconds, getPercentComplete
void setStart(long value)
void setContentLength(long value)
void setBytesRead(long value)
void addBytesRead(long value)
void setRequest(MvcRequest value)
void setResponse(MvcResponse value)
Copyright © 2018 Brandao. All rights reserved.