Class PojoMessageHandlerPartialText

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

public class PojoMessageHandlerPartialText extends PojoMessageHandlerPartialBase<String>
Text specific concrete implementation for handling partial messages.
  • Constructor Details

    • PojoMessageHandlerPartialText

      public PojoMessageHandlerPartialText(Object pojo, Method method, Session session, Object[] params, int indexPayload, boolean convert, int indexBoolean, int indexSession, long maxMessageSize)
      Create a partial text 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