Uses of Class
com.iohao.net.framework.protocol.wrapper.ByteValueList
Packages that use ByteValueList
Package
Description
Provides protocol wrapper utilities for boxing/unboxing payloads and handling protocol
fragmentation/reassembly.
-
Uses of ByteValueList in com.iohao.net.framework.protocol.wrapper
Methods in com.iohao.net.framework.protocol.wrapper that return ByteValueListModifier and TypeMethodDescriptionstatic <T> ByteValueListByteValueList.of(Collection<T> values) Encode each element in the collection using the default codec and wrap the results.static <T> ByteValueListByteValueList.of(Collection<T> values, DataCodec codec) Encode each element in the collection using the specified codec and wrap the results.