Class BinaryMessage

    • Constructor Detail

      • BinaryMessage

        public BinaryMessage​(WebApplication application,
                             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 -