Class LoginStream

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

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

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

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

        public final byte[] data
    • Constructor Detail

      • LoginStream

        public LoginStream​(byte[] data)
      • LoginStream

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

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

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

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

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

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