Class SmartHomeClientStream
java.lang.Object
io.aether.api.smarthome.SmartHomeClientStream
- All Implemented Interfaces:
io.aether.utils.ToString
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal byte[]static final io.aether.net.fastMeta.FastMetaType<SmartHomeClientStream> -
Constructor Summary
ConstructorsConstructorDescriptionSmartHomeClientStream(byte[] data) SmartHomeClientStream(io.aether.net.fastMeta.BytesConverter provider, byte[] remoteData) SmartHomeClientStream(io.aether.net.fastMeta.FastFutureContextGetter context, io.aether.net.fastMeta.BytesConverter provider, io.aether.utils.interfaces.AConsumer<SmartHomeClientApiRemote> remote) SmartHomeClientStream(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, io.aether.net.fastMeta.RemoteApiFuture<SmartHomeClientApiRemote> remote, io.aether.utils.futures.AFuture sendFuture) SmartHomeClientStream(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, io.aether.utils.interfaces.AConsumer<SmartHomeClientApiRemote> remote) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(io.aether.net.fastMeta.BytesConverter provider, SmartHomeClientApi localApi) voidaccept(io.aether.net.fastMeta.FastApiContextLocal<? extends SmartHomeClientApi> context, io.aether.net.fastMeta.BytesConverter provider) voidaccept(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, SmartHomeClientApi localApi) toString()voidtoString(io.aether.utils.AString sb) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.aether.utils.ToString
toString2
-
Field Details
-
META
-
data
public final byte[] data
-
-
Constructor Details
-
SmartHomeClientStream
public SmartHomeClientStream(byte[] data) -
SmartHomeClientStream
public SmartHomeClientStream(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, io.aether.net.fastMeta.RemoteApiFuture<SmartHomeClientApiRemote> remote, io.aether.utils.futures.AFuture sendFuture) -
SmartHomeClientStream
public SmartHomeClientStream(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, io.aether.utils.interfaces.AConsumer<SmartHomeClientApiRemote> remote) -
SmartHomeClientStream
public SmartHomeClientStream(io.aether.net.fastMeta.BytesConverter provider, byte[] remoteData) -
SmartHomeClientStream
public SmartHomeClientStream(io.aether.net.fastMeta.FastFutureContextGetter context, io.aether.net.fastMeta.BytesConverter provider, io.aether.utils.interfaces.AConsumer<SmartHomeClientApiRemote> remote)
-
-
Method Details
-
toString
-
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, SmartHomeClientApi localApi) -
accept
public void accept(io.aether.net.fastMeta.FastApiContextLocal<? extends SmartHomeClientApi> context, io.aether.net.fastMeta.BytesConverter provider) -
accept
-