Interface StreamDecoder

All Known Subinterfaces:
StreamDecoder

@Deprecated
public interface StreamDecoder
Deprecated.
Use StreamDecoder instead.
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
    HttpData decode​(HttpData obj)
    Deprecated.
    Decodes an HttpData and returns the decoded HttpData.
    HttpData finish()
    Deprecated.
    Closes the decoder and returns any decoded data that may be left over.
  • Method Details

    • decode

      HttpData decode​(HttpData obj)
      Deprecated.
      Decodes an HttpData and returns the decoded HttpData.
    • finish

      HttpData finish()
      Deprecated.
      Closes the decoder and returns any decoded data that may be left over.