Class LoginClientStream

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

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

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

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

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

        toString2
    • Field Detail

      • META

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

        public final byte[] data
    • Constructor Detail

      • LoginClientStream

        public LoginClientStream​(byte[] data)
      • LoginClientStream

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

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

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

        public LoginClientStream​(io.aether.net.fastMeta.FastFutureContextGetter context,
                                 io.aether.net.fastMeta.BytesConverter provider,
                                 io.aether.utils.interfaces.AConsumer<ClientApiSafeRemote> remote)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.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,
                           ClientApiSafe localApi)
      • accept

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

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