Package io.aether.api.clientserverregapi
Class ClientApiRegSafeStream
- java.lang.Object
-
- io.aether.api.clientserverregapi.ClientApiRegSafeStream
-
- All Implemented Interfaces:
io.aether.utils.ToString
public class ClientApiRegSafeStream extends java.lang.Object implements io.aether.utils.ToString
-
-
Field Summary
Fields Modifier and Type Field Description byte[]datastatic io.aether.net.fastMeta.FastMetaType<ClientApiRegSafeStream>META
-
Constructor Summary
Constructors Constructor Description ClientApiRegSafeStream(byte[] data)ClientApiRegSafeStream(io.aether.net.fastMeta.BytesConverter provider, byte[] remoteData)ClientApiRegSafeStream(io.aether.net.fastMeta.FastFutureContextGetter context, io.aether.net.fastMeta.BytesConverter provider, io.aether.utils.interfaces.AConsumer<ClientApiRegSafeRemote> remote)ClientApiRegSafeStream(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, io.aether.net.fastMeta.RemoteApiFuture<ClientApiRegSafeRemote> remote, io.aether.utils.futures.AFuture sendFuture)ClientApiRegSafeStream(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, io.aether.utils.interfaces.AConsumer<ClientApiRegSafeRemote> remote)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(io.aether.net.fastMeta.BytesConverter provider, ClientApiRegSafe localApi)voidaccept(io.aether.net.fastMeta.FastApiContextLocal<? extends ClientApiRegSafe> context, io.aether.net.fastMeta.BytesConverter provider)voidaccept(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, ClientApiRegSafe localApi)voidtoString(io.aether.utils.AString sb)
-
-
-
Field Detail
-
META
public static final io.aether.net.fastMeta.FastMetaType<ClientApiRegSafeStream> META
-
data
public final byte[] data
-
-
Constructor Detail
-
ClientApiRegSafeStream
public ClientApiRegSafeStream(byte[] data)
-
ClientApiRegSafeStream
public ClientApiRegSafeStream(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, io.aether.net.fastMeta.RemoteApiFuture<ClientApiRegSafeRemote> remote, io.aether.utils.futures.AFuture sendFuture)
-
ClientApiRegSafeStream
public ClientApiRegSafeStream(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, io.aether.utils.interfaces.AConsumer<ClientApiRegSafeRemote> remote)
-
ClientApiRegSafeStream
public ClientApiRegSafeStream(io.aether.net.fastMeta.BytesConverter provider, byte[] remoteData)
-
ClientApiRegSafeStream
public ClientApiRegSafeStream(io.aether.net.fastMeta.FastFutureContextGetter context, io.aether.net.fastMeta.BytesConverter provider, io.aether.utils.interfaces.AConsumer<ClientApiRegSafeRemote> 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, io.aether.net.fastMeta.BytesConverter provider, ClientApiRegSafe localApi)
-
accept
public void accept(io.aether.net.fastMeta.FastApiContextLocal<? extends ClientApiRegSafe> context, io.aether.net.fastMeta.BytesConverter provider)
-
accept
public void accept(io.aether.net.fastMeta.BytesConverter provider, ClientApiRegSafe localApi)
-
-