Interface InterfaceHttpPostRequestDecoder

All Known Implementing Classes:
HttpPostMultipartRequestDecoder, HttpPostRequestDecoder, HttpPostStandardRequestDecoder

public interface InterfaceHttpPostRequestDecoder
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clean all HttpDatas (on Disk) for the current request.
    This method returns the first InterfaceHttpData with the given name from body.
    If chunked, all chunks must have been offered using offer() method.
    This method returns a List of all HttpDatas from body.
    If chunked, all chunks must have been offered using offer() method.
    This method returns a List of all HttpDatas with the given name from body.
    If chunked, all chunks must have been offered using offer() method.
    boolean
    True if at current status, there is an available decoded InterfaceHttpData from the Body.
    boolean
    True if this request is a Multipart request
    Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more available InterfaceHttpData.
    void
    Initialized the internals from a new chunk
    void
    Remove the given FileUpload from the list of FileUploads to clean