|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinfoservice.tor.DummyORListFetcher
public class DummyORListFetcher
This is a dummy implementation of the ORListFetcher interface. It is used by the TorDirectoryAgent of the infoservice, when a already downloaded TOR nodes list structure shall be parsed.
| Field Summary | |
|---|---|
private byte[] |
m_torNodesListStructure
Stores the raw TOR nodes list, which shall be parsed. |
| Constructor Summary | |
|---|---|
DummyORListFetcher(byte[] a_torNodesListStructure)
Creates a new DummyORListFetcher. |
|
| Method Summary | |
|---|---|
byte[] |
getORList()
Returns the stored raw TOR nodes list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private byte[] m_torNodesListStructure
| Constructor Detail |
|---|
public DummyORListFetcher(byte[] a_torNodesListStructure)
a_torNodesListStructure - The raw TOR nodes list, which shall be parsed later.| Method Detail |
|---|
public byte[] getORList()
getORList in interface ORListFetcher
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||