Class PojoMessageHandlerPartialBinary

All Implemented Interfaces:
MessageHandler, MessageHandler.Partial<ByteBuffer>, WrappedMessageHandler

public class PojoMessageHandlerPartialBinary extends PojoMessageHandlerPartialBase<ByteBuffer>
ByteBuffer specific concrete implementation for handling partial messages.
  • Constructor Details

    • PojoMessageHandlerPartialBinary

      public PojoMessageHandlerPartialBinary(Object pojo, Method method, Session session, Object[] params, int indexPayload, boolean convert, int indexBoolean, int indexSession, long maxMessageSize)
      Create a partial binary message handler.
      Parameters:
      pojo - POJO instance
      method - Method to invoke
      session - WebSocket session
      params - Pre-populated parameter array
      indexPayload - Index of the payload parameter
      convert - Convert the message before passing to the method
      indexBoolean - Index of the last flag parameter
      indexSession - Index of the session parameter
      maxMessageSize - Maximum message size