Package io.aether.api.common
Class AetherCodecUtil.ProtocolTCP
- java.lang.Object
-
- io.aether.api.common.AetherCodecUtil.ProtocolTCP
-
- All Implemented Interfaces:
Protocol
- Enclosing interface:
- AetherCodecUtil
public static class AetherCodecUtil.ProtocolTCP extends java.lang.Object implements Protocol
-
-
Constructor Summary
Constructors Constructor Description ProtocolTCP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfromSocket(Value<byte[]> value, io.aether.utils.interfaces.AConsumer<Value<byte[]>> result)voidtoSocket(Value<byte[]> value, io.aether.utils.interfaces.AConsumer<Value<byte[]>> result)
-
-
-
Method Detail
-
fromSocket
public void fromSocket(Value<byte[]> value, io.aether.utils.interfaces.AConsumer<Value<byte[]>> result)
- Specified by:
fromSocketin interfaceProtocol
-
-