|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PBResponseMarker | |
com.resilientedge.jockey.peerbridge | |
org.resilientedge.jockey.peerbridge |
Uses of PBResponseMarker in com.resilientedge.jockey.peerbridge |
Methods in com.resilientedge.jockey.peerbridge that return PBResponseMarker | |
PBResponseMarker |
SimpSockMessenger.sendAsyncRequest(PBApplication app,
PBMessage request,
int timeout)
Transmits a message over the peer network to the target app |
PBResponseMarker |
LoopbackMessenger.sendAsyncRequest(PBApplication app,
PBMessage request,
int timeout)
Transmits a message over the peer network to the target app |
Methods in com.resilientedge.jockey.peerbridge with parameters of type PBResponseMarker | |
void |
MessageBrokerBridge.onResponse(PBResponseMarker responseMarker,
PBMessage response)
Called when a response has been received |
void |
MessageBrokerBridge.onTimeout(PBResponseMarker responseMarker)
Called when a message has been timeout |
Uses of PBResponseMarker in org.resilientedge.jockey.peerbridge |
Methods in org.resilientedge.jockey.peerbridge that return PBResponseMarker | |
PBResponseMarker |
PBMessenger.sendAsyncRequest(PBApplication app,
PBMessage request,
int timeout)
Transmits a message over the peer network to the target peer |
Methods in org.resilientedge.jockey.peerbridge with parameters of type PBResponseMarker | |
void |
PBMessageObserver.onResponse(PBResponseMarker responseMarker,
PBMessage response)
Called when a response has been received |
void |
PBMessageObserver.onTimeout(PBResponseMarker responseMarker)
Called when a message has been timeout |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |