Package net.officefloor.server
Interface ResponseHeaderWriter
public interface ResponseHeaderWriter
Provides means to write header content before the response
StreamBuffer instances.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(StreamBuffer<ByteBuffer> head, StreamBufferPool<ByteBuffer> bufferPool) Writes the header content.
-
Method Details
-
write
Writes the header content.- Parameters:
head- HeadStreamBufferto the linked list ofStreamBufferinstances to write the response.bufferPool-StreamBufferPool.
-