Package org.elasticsearch.transport
Class BytesTransportMessageTestUtils
java.lang.Object
org.elasticsearch.transport.BytesTransportMessageTestUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteThinWithBytes(StreamOutput out, BytesTransportMessage message) Serializes aBytesTransportMessagethe way test infrastructure expects on the wire:BytesTransportMessage.writeThin(StreamOutput)followed by the raw bytes payload.
-
Constructor Details
-
BytesTransportMessageTestUtils
public BytesTransportMessageTestUtils()
-
-
Method Details
-
writeThinWithBytes
public static void writeThinWithBytes(StreamOutput out, BytesTransportMessage message) throws IOException Serializes aBytesTransportMessagethe way test infrastructure expects on the wire:BytesTransportMessage.writeThin(StreamOutput)followed by the raw bytes payload.- Throws:
IOException
-