Modifier and Type | Method and Description |
---|---|
void |
RawMessage.setContentLength(int contentLength)
Set the expected content length of this message.
|
void |
RawMessage.write(byte b) |
void |
RawMessage.writeToHeaders(byte b)
Write a byte to the header section of this raw message.
|
void |
RawMessage.writeToInitialLine(byte b)
Write a byte to the initial line.
|
void |
RawMessage.writeToPayload(byte b)
Write the next byte to the payload section of this message.
|
Copyright © 2015. All Rights Reserved.