Package emissary.client.response
Class PeerList
- java.lang.Object
-
- emissary.client.response.PeerList
-
- All Implemented Interfaces:
Serializable
public class PeerList extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddumpToConsole()StringgetHost()Set<String>getPeers()voidsetHost(String host)voidsetPeers(Set<String> peers)
-