Class WsFrameServer

    • Method Detail

      • updateStats

        protected void updateStats​(long payloadLength)
        Description copied from class: WsFrameBase
        Hook for updating server side statistics. Called on every frame received.
        Overrides:
        updateStats in class WsFrameBase
        Parameters:
        payloadLength - Size of message payload
      • resumeProcessing

        protected void resumeProcessing()
        Description copied from class: WsFrameBase
        This method will be invoked when the read operation is resumed. As the suspend of the read operation can be invoked at any time, when implementing this method one should consider that there might still be data remaining into the internal buffers that needs to be processed before reading again from the socket.
        Specified by:
        resumeProcessing in class WsFrameBase