Class ConnectionVerificationMessage

    • Constructor Detail

      • ConnectionVerificationMessage

        public ConnectionVerificationMessage​(boolean connectable)
        Create a new ConnectionVerificationMessage.
        Parameters:
        connectable - true, if the server could be connected to from the meta server.
      • ConnectionVerificationMessage

        public ConnectionVerificationMessage​(Game game,
                                             FreeColXMLReader xr)
                                      throws javax.xml.stream.XMLStreamException
        Create a new ConnectionVerificationMessage from a stream.
        Parameters:
        game - The Game, which is null and ignored.
        xr - The FreeColXMLReader to read from.
        Throws:
        javax.xml.stream.XMLStreamException - if there is a problem reading the stream.
    • Method Detail

      • isConnectable

        public boolean isConnectable()