- All Known Implementing Classes:
BytesTransportRequest,BytesTransportResponse
public interface BytesTransportMessage
-
Method Summary
Modifier and TypeMethodDescriptionbytes()voidwriteThin(StreamOutput out) Writes the data in a "thin" manner, without the actual bytes, assumes the actual bytes will be appended right after this content.
-
Method Details
-
bytes
ReleasableBytesReference bytes() -
writeThin
Writes the data in a "thin" manner, without the actual bytes, assumes the actual bytes will be appended right after this content.- Throws:
IOException
-