Package io.aether.net.fastMeta
Interface FastMetaClient<LT,RT extends RemoteApi>
-
- Type Parameters:
LT- The type of the local API (what the client implements and receives).RT- The type of the remote API (what the client calls and sends).
- All Superinterfaces:
io.aether.utils.interfaces.Destroyable,FastMetaNet.Connection<LT,RT>
public interface FastMetaClient<LT,RT extends RemoteApi> extends FastMetaNet.Connection<LT,RT>
Interface for creating and managing a FastMeta client connection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidflush(io.aether.utils.futures.AFuture sendFuture)Flushes any queued data on the underlying context.-
Methods inherited from interface io.aether.net.fastMeta.FastMetaNet.Connection
getLocalApi, getMetaContext, getRemoteApi, isWritable, read, stopRead, write
-
-