public class MasterServerResponse extends AbstractResponse<Set<InetSocketAddress>>
MasterServerResponse class.
| Constructor and Description |
|---|
MasterServerResponse(Set<InetSocketAddress> serverList)
Constructor for MasterServerResponse.
|
| Modifier and Type | Method and Description |
|---|---|
Set<InetSocketAddress> |
getServerList()
getServerList.
|
getAddress, getRequest, getResult, setAddress, setRequestbuildToString, equals, hashCode, id, toStringpublic MasterServerResponse(Set<InetSocketAddress> serverList)
Constructor for MasterServerResponse.
serverList - a Set objectpublic final Set<InetSocketAddress> getServerList()
getServerList.
Set objectCopyright © 2016–2024. All rights reserved.