Class BinaryMessage

    • Constructor Summary

      Constructors 
      Constructor Description
      BinaryMessage​(org.apache.wicket.protocol.http.WebApplication application, java.lang.String sessionId, IKey key, byte[] data, int offset, int length)
      Constructor.
    • Constructor Detail

      • BinaryMessage

        public BinaryMessage​(org.apache.wicket.protocol.http.WebApplication application,
                             java.lang.String sessionId,
                             IKey key,
                             byte[] data,
                             int offset,
                             int length)
        Constructor.
        Parameters:
        application - the Wicket application
        sessionId - the id of the http session
        key - the page id or resource name
        data - the binary message from the client
        offset - the offset to read from
        length -
    • Method Detail

      • getData

        public final byte[] getData()
      • getOffset

        public final int getOffset()
      • getLength

        public final int getLength()