Class AuthorizationResponsePacket

java.lang.Object
eu.cloudnetservice.driver.network.protocol.BasePacket
eu.cloudnetservice.node.impl.network.packet.AuthorizationResponsePacket
All Implemented Interfaces:
eu.cloudnetservice.driver.network.protocol.Packet

public final class AuthorizationResponsePacket extends eu.cloudnetservice.driver.network.protocol.BasePacket
  • Field Summary

    Fields inherited from class eu.cloudnetservice.driver.network.protocol.BasePacket

    channel, creationStamp, dataBuf, prioritized, uniqueId
  • Constructor Summary

    Constructors
    Constructor
    Description
    AuthorizationResponsePacket(boolean success, boolean reconnect, @Nullable eu.cloudnetservice.driver.network.buffer.DataBuf extraData)
     
  • Method Summary

    Methods inherited from class eu.cloudnetservice.driver.network.protocol.BasePacket

    canEqual, channel, constructResponse, content, creation, equals, hashCode, prioritized, readable, toString, uniqueId, uniqueId

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AuthorizationResponsePacket

      public AuthorizationResponsePacket(boolean success, boolean reconnect, @Nullable @Nullable eu.cloudnetservice.driver.network.buffer.DataBuf extraData)