Interface TransferEncoding

All Known Implementing Classes:
ChunkedTransferEncoding, FixedLengthTransferEncoding

public interface TransferEncoding
Abstraction, which represents HTTP transfer-encoding. The implementation should take care about possible HTTP content fragmentation.
Author:
Alexey Stashok
See Also: