|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecvThroughHandler | |
---|---|
openr66.client | Classes implementing Clients |
openr66.commander | Classes implementing Commander, reader of database updates from clients |
openr66.protocol.localhandler | Classes implementing LocalHandlers (real work) |
openr66.protocol.test | Classes implementing Test only |
Uses of RecvThroughHandler in openr66.client |
---|
Fields in openr66.client declared as RecvThroughHandler | |
---|---|
protected RecvThroughHandler |
RecvThroughClient.handler
|
Constructors in openr66.client with parameters of type RecvThroughHandler | |
---|---|
RecvThroughClient(R66Future future,
RecvThroughHandler handler,
String remoteHost,
String filename,
String rulename,
String fileinfo,
boolean isMD5,
int blocksize,
long id,
NetworkTransaction networkTransaction)
|
Uses of RecvThroughHandler in openr66.commander |
---|
Methods in openr66.commander with parameters of type RecvThroughHandler | |
---|---|
void |
ClientRunner.setRecvThroughHandler(RecvThroughHandler handler)
|
Uses of RecvThroughHandler in openr66.protocol.localhandler |
---|
Methods in openr66.protocol.localhandler that return RecvThroughHandler | |
---|---|
RecvThroughHandler |
LocalChannelReference.getRecvThroughHandler()
|
Methods in openr66.protocol.localhandler with parameters of type RecvThroughHandler | |
---|---|
void |
LocalChannelReference.setRecvThroughHandler(RecvThroughHandler recvThroughHandler)
|
Uses of RecvThroughHandler in openr66.protocol.test |
---|
Subclasses of RecvThroughHandler in openr66.protocol.test | |
---|---|
static class |
TestRecvThroughClient.TestRecvThroughHandler
|
static class |
TestSendThroughForward.TestRecvThroughForwardHandler
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |