public class MasterServerPartialResponse extends MasterServerResponse
MasterServerPartialResponse class.
Constructor and Description |
---|
MasterServerPartialResponse(Set<InetSocketAddress> serverList,
boolean endOfResponse,
InetSocketAddress lastSeedAddress)
Constructor for MasterServerPartialResponse.
|
Modifier and Type | Method and Description |
---|---|
InetSocketAddress |
getLastSeedAddress()
Getter for the field
lastSeedAddress . |
boolean |
isEndOfResponse()
isEndOfResponse.
|
getServerList
getAddress, getRequest, getResult, setAddress, setRequest
buildToString, equals, hashCode, id, toString
public MasterServerPartialResponse(Set<InetSocketAddress> serverList, boolean endOfResponse, InetSocketAddress lastSeedAddress)
Constructor for MasterServerPartialResponse.
serverList
- a Set
objectendOfResponse
- a booleanlastSeedAddress
- a InetSocketAddress
objectpublic final InetSocketAddress getLastSeedAddress()
Getter for the field lastSeedAddress
.
InetSocketAddress
objectpublic final boolean isEndOfResponse()
isEndOfResponse.
Copyright © 2016–2024. All rights reserved.