接口 WebSocketMessage<T>

    • 方法详细资料

      • getPayload

        T getPayload()
        Return the message payload (never null).
      • getPayloadLength

        int getPayloadLength()
        Return the number of bytes contained in the message.
      • isLast

        boolean isLast()
        When partial message support is available and requested via WebSocketHandler.supportsPartialMessages(), this method returns true if the current message is the last part of the complete WebSocket message sent by the client. Otherwise false is returned if partial message support is either not available or not enabled.