- drain
ProtonReceiver drain(long timeout, Handler!Void completionHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
- draining
bool draining()
Undocumented in source. Be warned that the author may not have intended to support it.
- flow
ProtonReceiver flow(int credits)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPrefetch
int getPrefetch()
Undocumented in source. Be warned that the author may not have intended to support it.
- getRemoteAddress
string getRemoteAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
- handleLinkFlow
void handleLinkFlow()
Undocumented in source. Be warned that the author may not have intended to support it.
- handler
ProtonReceiver handler(ProtonMessageHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- isAutoAccept
bool isAutoAccept()
Undocumented in source. Be warned that the author may not have intended to support it.
- onDelivery
void onDelivery()
Undocumented in source. Be warned that the author may not have intended to support it.
- open
ProtonReceiver open()
Undocumented in source. Be warned that the author may not have intended to support it.
- recv
int recv(byte[] bytes, int offset, int size)
Undocumented in source. Be warned that the author may not have intended to support it.
- self
ProtonReceiverImpl self()
Undocumented in source. Be warned that the author may not have intended to support it.
- setAutoAccept
ProtonReceiver setAutoAccept(bool autoAccept)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDrain
ProtonReceiver setDrain(bool drain)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPrefetch
ProtonReceiver setPrefetch(int messages)
Undocumented in source. Be warned that the author may not have intended to support it.
@author <a href="http://hiramchirino.com">Hiram Chirino</a>