Package io.aether.api.clientserverregapi
Class ClientApiStream
- java.lang.Object
-
- io.aether.api.clientserverregapi.ClientApiStream
-
- All Implemented Interfaces:
io.aether.utils.ToString
public class ClientApiStream extends java.lang.Object implements io.aether.utils.ToString
-
-
Field Summary
Fields Modifier and Type Field Description byte[]datastatic io.aether.net.fastMeta.FastMetaType<ClientApiStream>META
-
Constructor Summary
Constructors Constructor Description ClientApiStream(byte[] data)ClientApiStream(io.aether.net.fastMeta.FastFutureContextGetter context, io.aether.utils.interfaces.AConsumer<ServerApiByUidRemote> remote)ClientApiStream(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.RemoteApiFuture<ServerApiByUidRemote> remote, io.aether.utils.futures.AFuture sendFuture)ClientApiStream(io.aether.net.fastMeta.FastFutureContext context, io.aether.utils.interfaces.AConsumer<ServerApiByUidRemote> remote)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ServerApiByUid localApi)voidaccept(io.aether.net.fastMeta.FastApiContextLocal<? extends ServerApiByUid> context)voidaccept(io.aether.net.fastMeta.FastFutureContext context, ServerApiByUid localApi)voidtoString(io.aether.utils.AString sb)
-
-
-
Field Detail
-
META
public static final io.aether.net.fastMeta.FastMetaType<ClientApiStream> META
-
data
public final byte[] data
-
-
Constructor Detail
-
ClientApiStream
public ClientApiStream(byte[] data)
-
ClientApiStream
public ClientApiStream(io.aether.net.fastMeta.FastFutureContext context, io.aether.utils.interfaces.AConsumer<ServerApiByUidRemote> remote)
-
ClientApiStream
public ClientApiStream(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.RemoteApiFuture<ServerApiByUidRemote> remote, io.aether.utils.futures.AFuture sendFuture)
-
ClientApiStream
public ClientApiStream(io.aether.net.fastMeta.FastFutureContextGetter context, io.aether.utils.interfaces.AConsumer<ServerApiByUidRemote> remote)
-
-
Method Detail
-
toString
public void toString(io.aether.utils.AString sb)
- Specified by:
toStringin interfaceio.aether.utils.ToString
-
accept
public void accept(io.aether.net.fastMeta.FastFutureContext context, ServerApiByUid localApi)
-
accept
public void accept(ServerApiByUid localApi)
-
accept
public void accept(io.aether.net.fastMeta.FastApiContextLocal<? extends ServerApiByUid> context)
-
-