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