Package io.aether.common
Interface Protocol
-
- All Known Implementing Classes:
AetherCodecUtil.ProtocolTCP,AetherCodecUtil.ProtocolUDP
public interface Protocol
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfromSocket(Value<byte[]> data, io.aether.utils.interfaces.AConsumer<Value<byte[]>> result)voidtoSocket(Value<byte[]> data, io.aether.utils.interfaces.AConsumer<Value<byte[]>> result)
-