Interface PacketDecoderResultListener

All Known Implementing Classes:
SocketIoHandlerImpl

public interface PacketDecoderResultListener
The listener for receives data from the packet decoder.
  • Method Details

    • resultFrame

      void resultFrame(Session session, byte[] binary)
    • updateDroppedPackets

      void updateDroppedPackets(long numberPackets)
    • updateReadPackets

      void updateReadPackets(long numberPackets)