Class ClientApiStream

  • All Implemented Interfaces:
    io.aether.utils.ToString

    public class ClientApiStream
    extends java.lang.Object
    implements io.aether.utils.ToString
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] data  
      static io.aether.net.fastMeta.FastMetaType<ClientApiStream> META  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(ServerApiByUid localApi)  
      void accept​(io.aether.net.fastMeta.FastApiContextLocal<? extends ServerApiByUid> context)  
      void accept​(io.aether.net.fastMeta.FastFutureContext context, ServerApiByUid localApi)  
      void toString​(io.aether.utils.AString sb)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.aether.utils.ToString

        toString2
    • Field Detail

      • META

        public static final io.aether.net.fastMeta.FastMetaType<ClientApiStream> META
      • data

        public final byte[] data
    • Constructor Detail

      • ClientApiStream

        public ClientApiStream​(byte[] data)
      • ClientApiStream

        public ClientApiStream​(io.aether.net.fastMeta.FastFutureContext context,
                               io.aether.utils.interfaces.AConsumer<ServerApiByUidRemote> remote)
      • ClientApiStream

        public ClientApiStream​(io.aether.net.fastMeta.FastFutureContext context,
                               io.aether.net.fastMeta.RemoteApiFuture<ServerApiByUidRemote> remote,
                               io.aether.utils.futures.AFuture sendFuture)
      • ClientApiStream

        public ClientApiStream​(io.aether.net.fastMeta.FastFutureContextGetter context,
                               io.aether.utils.interfaces.AConsumer<ServerApiByUidRemote> remote)
    • Method Detail

      • 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,
                           ServerApiByUid localApi)
      • accept

        public void accept​(io.aether.net.fastMeta.FastApiContextLocal<? extends ServerApiByUid> context)