Class SmartHomeCommutatorStream
java.lang.Object
io.aether.api.smarthome.SmartHomeCommutatorStream
- All Implemented Interfaces:
io.aether.utils.ToString
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal byte[]static final io.aether.net.fastMeta.FastMetaType<SmartHomeCommutatorStream> -
Constructor Summary
ConstructorsConstructorDescriptionSmartHomeCommutatorStream(byte[] data) SmartHomeCommutatorStream(io.aether.net.fastMeta.BytesConverter provider, byte[] remoteData) SmartHomeCommutatorStream(io.aether.net.fastMeta.FastFutureContextGetter context, io.aether.net.fastMeta.BytesConverter provider, io.aether.utils.interfaces.AConsumer<SmartHomeCommutatorApiRemote> remote) SmartHomeCommutatorStream(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, io.aether.net.fastMeta.RemoteApiFuture<SmartHomeCommutatorApiRemote> remote, io.aether.utils.futures.AFuture sendFuture) SmartHomeCommutatorStream(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, io.aether.utils.interfaces.AConsumer<SmartHomeCommutatorApiRemote> remote) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(io.aether.net.fastMeta.BytesConverter provider, SmartHomeCommutatorApi localApi) voidaccept(io.aether.net.fastMeta.FastApiContextLocal<? extends SmartHomeCommutatorApi> context, io.aether.net.fastMeta.BytesConverter provider) voidaccept(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, SmartHomeCommutatorApi 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
-
SmartHomeCommutatorStream
public SmartHomeCommutatorStream(byte[] data) -
SmartHomeCommutatorStream
public SmartHomeCommutatorStream(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, io.aether.net.fastMeta.RemoteApiFuture<SmartHomeCommutatorApiRemote> remote, io.aether.utils.futures.AFuture sendFuture) -
SmartHomeCommutatorStream
public SmartHomeCommutatorStream(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, io.aether.utils.interfaces.AConsumer<SmartHomeCommutatorApiRemote> remote) -
SmartHomeCommutatorStream
public SmartHomeCommutatorStream(io.aether.net.fastMeta.BytesConverter provider, byte[] remoteData) -
SmartHomeCommutatorStream
public SmartHomeCommutatorStream(io.aether.net.fastMeta.FastFutureContextGetter context, io.aether.net.fastMeta.BytesConverter provider, io.aether.utils.interfaces.AConsumer<SmartHomeCommutatorApiRemote> 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, SmartHomeCommutatorApi localApi) -
accept
public void accept(io.aether.net.fastMeta.FastApiContextLocal<? extends SmartHomeCommutatorApi> context, io.aether.net.fastMeta.BytesConverter provider) -
accept
-