|
|||||||||
| Home >> All >> Freenet >> [ client overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
Freenet.client
Class UnhashedRequestClient

java.lang.ObjectFreenet.client.UnhashedRequestClient
- public class UnhashedRequestClient
- extends java.lang.Object
| Field Summary | |
ClientNode |
cn
|
private long |
hopsToLive
|
private Freenet.ListeningAddress |
myAddress
|
private Freenet.Address |
nodeAddress
|
private long |
startDepth
|
| Constructor Summary | |
UnhashedRequestClient(Freenet.Address addr,
Freenet.ListeningAddress myAddr,
long htl,
long dpth)
|
|
| Method Summary | |
void |
getHandshake()
|
static void |
main(java.lang.String[] args)
|
Freenet.message.DataReply |
request(Freenet.Key key)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
nodeAddress
private Freenet.Address nodeAddress
myAddress
private Freenet.ListeningAddress myAddress
hopsToLive
private long hopsToLive
startDepth
private long startDepth
cn
public ClientNode cn
| Constructor Detail |
UnhashedRequestClient
public UnhashedRequestClient(Freenet.Address addr, Freenet.ListeningAddress myAddr, long htl, long dpth)
| Method Detail |
main
public static void main(java.lang.String[] args)
getHandshake
public void getHandshake()
throws Freenet.BadHandshakeException
request
public Freenet.message.DataReply request(Freenet.Key key) throws ClientException, Freenet.SendFailedException, Freenet.BadHandshakeException
|
|||||||||
| Home >> All >> Freenet >> [ client overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
Freenet.client.UnhashedRequestClient