public interface UploadContext extends RequestContext
RequestContext
.
The reason of introducing this new interface is just for backward compatibility
and it might vanish for a refactored 2.x version moving the new method into
RequestContext again.Modifier and Type | Method and Description |
---|---|
long |
contentLength()
Retrieve the content length of the request.
|
getCharacterEncoding, getContentType, getInputStream
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.