Class BinaryMessage

  • All Implemented Interfaces:
    Message

    public class BinaryMessage
    extends java.lang.Object
    implements Message
    • Constructor Summary

      Constructors 
      Constructor Description
      BinaryMessage​(byte[] data)  
      BinaryMessage​(java.nio.ByteBuffer data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] data()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BinaryMessage

        public BinaryMessage​(java.nio.ByteBuffer data)
      • BinaryMessage

        public BinaryMessage​(byte[] data)
    • Method Detail

      • data

        public byte[] data()