Interface HttpData

All Superinterfaces:
HttpObject
All Known Subinterfaces:
PooledHttpData
All Known Implementing Classes:
AbstractHttpData, ByteBufHttpData

public interface HttpData
extends HttpObject
HTTP/2 data.

Implementations should generally extend AbstractHttpData to interact with other HttpData implementations.