Class ServerInfo
- java.lang.Object
-
- in.dragonbra.javasteam.steam.discovery.ServerInfo
-
public class ServerInfo extends java.lang.Object- Since:
- 2018-02-20
-
-
Constructor Summary
Constructors Constructor Description ServerInfo(ServerRecord record, ProtocolTypes protocol)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetLastBadConnection()ProtocolTypesgetProtocol()ServerRecordgetRecord()voidsetLastBadConnection(java.util.Date lastBadConnection)
-
-
-
Constructor Detail
-
ServerInfo
public ServerInfo(ServerRecord record, ProtocolTypes protocol)
-
-
Method Detail
-
getRecord
public ServerRecord getRecord()
-
getProtocol
public ProtocolTypes getProtocol()
-
getLastBadConnection
public java.util.Date getLastBadConnection()
-
setLastBadConnection
public void setLastBadConnection(java.util.Date lastBadConnection)
-
-