Interface StreamDecoder

All Superinterfaces:
StreamDecoder

public interface StreamDecoder extends StreamDecoder
An interface for objects that apply HTTP content decoding to incoming HttpData. Implement this interface to use content decoding schemes not built-in to the JDK.
  • Method Summary

    Modifier and Type
    Method
    Description
    Decodes an HttpData and returns the decoded HttpData.
    Closes the decoder and returns any decoded data that may be left over.
    int
    Returns the maximum allowed length of the content decoded.