Class SmartHomeClientStream

java.lang.Object
io.aether.api.smarthome.SmartHomeClientStream
All Implemented Interfaces:
io.aether.utils.ToString

public class SmartHomeClientStream extends Object implements io.aether.utils.ToString
  • Field Details

    • META

      public static final io.aether.net.fastMeta.FastMetaType<SmartHomeClientStream> 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

      public String toString()
      Overrides:
      toString in class Object
    • toString

      public void toString(io.aether.utils.AString sb)
      Specified by:
      toString in interface io.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

      public void accept(io.aether.net.fastMeta.BytesConverter provider, SmartHomeClientApi localApi)