Class GlobalApiStream

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

    public class GlobalApiStream
    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<GlobalApiStream> META  
    • Constructor Summary

      Constructors 
      Constructor Description
      GlobalApiStream​(byte[] data)  
      GlobalApiStream​(io.aether.net.fastMeta.BytesConverter provider, byte[] remoteData)  
      GlobalApiStream​(io.aether.net.fastMeta.FastFutureContextGetter context, io.aether.net.fastMeta.BytesConverter provider, io.aether.utils.interfaces.AConsumer<GlobalRegServerApiRemote> remote)  
      GlobalApiStream​(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, io.aether.net.fastMeta.RemoteApiFuture<GlobalRegServerApiRemote> remote, io.aether.utils.futures.AFuture sendFuture)  
      GlobalApiStream​(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, io.aether.utils.interfaces.AConsumer<GlobalRegServerApiRemote> remote)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(io.aether.net.fastMeta.BytesConverter provider, GlobalRegServerApi localApi)  
      void accept​(io.aether.net.fastMeta.FastApiContextLocal<? extends GlobalRegServerApi> context, io.aether.net.fastMeta.BytesConverter provider)  
      void accept​(io.aether.net.fastMeta.FastFutureContext context, io.aether.net.fastMeta.BytesConverter provider, GlobalRegServerApi 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<GlobalApiStream> META
      • data

        public final byte[] data
    • Constructor Detail

      • GlobalApiStream

        public GlobalApiStream​(byte[] data)
      • GlobalApiStream

        public GlobalApiStream​(io.aether.net.fastMeta.FastFutureContext context,
                               io.aether.net.fastMeta.BytesConverter provider,
                               io.aether.net.fastMeta.RemoteApiFuture<GlobalRegServerApiRemote> remote,
                               io.aether.utils.futures.AFuture sendFuture)
      • GlobalApiStream

        public GlobalApiStream​(io.aether.net.fastMeta.FastFutureContext context,
                               io.aether.net.fastMeta.BytesConverter provider,
                               io.aether.utils.interfaces.AConsumer<GlobalRegServerApiRemote> remote)
      • GlobalApiStream

        public GlobalApiStream​(io.aether.net.fastMeta.BytesConverter provider,
                               byte[] remoteData)
      • GlobalApiStream

        public GlobalApiStream​(io.aether.net.fastMeta.FastFutureContextGetter context,
                               io.aether.net.fastMeta.BytesConverter provider,
                               io.aether.utils.interfaces.AConsumer<GlobalRegServerApiRemote> 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,
                           io.aether.net.fastMeta.BytesConverter provider,
                           GlobalRegServerApi localApi)
      • accept

        public void accept​(io.aether.net.fastMeta.FastApiContextLocal<? extends GlobalRegServerApi> context,
                           io.aether.net.fastMeta.BytesConverter provider)
      • accept

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