Package com.iohao.net.framework.protocol.wrapper


package com.iohao.net.framework.protocol.wrapper
Provides protocol wrapper utilities for boxing/unboxing payloads and handling protocol fragmentation/reassembly.

See protocol fragmentation for background.

Author:
渔民小镇
date:
2023-06-09
  • Classes
    Class
    Description
    Protocol wrapper for a single boolean value.
    Protocol wrapper for a list of boolean values.
    Protocol wrapper for a list of byte array values.
    Protocol wrapper for a single int value.
    Protocol wrapper for a list of int values.
    Protocol wrapper for a single long value.
    Protocol wrapper for a list of long values.
    Protocol wrapper for a single String value.
    Protocol wrapper for a list of String values.
    Record that pairs a single-value wrapper class with its corresponding list wrapper class.
    Utility class for protocol wrapper type resolution.