Class ClientApiRegSafeStream

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

    public class ClientApiRegSafeStream
    extends java.lang.Object
    implements io.aether.utils.ToString
    • Method Summary

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

      • data

        public final byte[] data
    • Constructor Detail

      • ClientApiRegSafeStream

        public ClientApiRegSafeStream​(byte[] data)
      • ClientApiRegSafeStream

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

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

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

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

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

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