Class StatusReplyCallback

  • All Implemented Interfaces:
    ICallbackMsg

    public class StatusReplyCallback
    extends CallbackMsg
    This callback is fired when the game server receives a status reply.
    • Constructor Summary

      Constructors 
      Constructor Description
      StatusReplyCallback​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverGameservers.CMsgGSStatusReply.Builder reply)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isSecure()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StatusReplyCallback

        public StatusReplyCallback​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverGameservers.CMsgGSStatusReply.Builder reply)
    • Method Detail

      • isSecure

        public boolean isSecure()
        Returns:
        true if this server is VAC secure; otherwise, false.