Interface HttpPayloadWriter<T>

Type Parameters:
T - the type of objects to write
All Superinterfaces:
AutoCloseable, Closeable, Flushable, PayloadWriter<T>

public interface HttpPayloadWriter<T> extends PayloadWriter<T>
An interface which mimics behavior like OutputStream, but allows for writing of objects of type HttpPayloadWriter and provides access to the HTTP trailers.