ProtonLinkImpl

@author <a href="http://hiramchirino.com">Hiram Chirino</a>

Constructors

this
this(Link link)
Undocumented in source.

Members

Functions

advance
bool advance()
Undocumented in source. Be warned that the author may not have intended to support it.
attachments
Record attachments()
Undocumented in source. Be warned that the author may not have intended to support it.
close
T close()
Undocumented in source. Be warned that the author may not have intended to support it.
closeHandler
T closeHandler(Handler!T closeHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
current
Delivery current()
Undocumented in source. Be warned that the author may not have intended to support it.
delivery
Delivery delivery(byte[] tag, int offset, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
delivery
Delivery delivery(byte[] tag)
Undocumented in source. Be warned that the author may not have intended to support it.
detach
T detach()
Undocumented in source. Be warned that the author may not have intended to support it.
detachHandler
T detachHandler(Handler!T detachHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
detached
bool detached()
Undocumented in source. Be warned that the author may not have intended to support it.
drained
int drained()
Undocumented in source. Be warned that the author may not have intended to support it.
fireRemoteClose
void fireRemoteClose()
Undocumented in source. Be warned that the author may not have intended to support it.
fireRemoteDetach
void fireRemoteDetach()
Undocumented in source. Be warned that the author may not have intended to support it.
fireRemoteOpen
void fireRemoteOpen()

////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
getCondition
ErrorCondition getCondition()
Undocumented in source. Be warned that the author may not have intended to support it.
getCredit
int getCredit()
Undocumented in source. Be warned that the author may not have intended to support it.
getDrain
bool getDrain()
Undocumented in source. Be warned that the author may not have intended to support it.
getLocalState
EndpointState getLocalState()
Undocumented in source. Be warned that the author may not have intended to support it.
getMaxMessageSize
UnsignedLong getMaxMessageSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getQoS
ProtonQoS getQoS()
Undocumented in source. Be warned that the author may not have intended to support it.
getQueued
int getQueued()
Undocumented in source. Be warned that the author may not have intended to support it.
getRemoteCondition
ErrorCondition getRemoteCondition()
Undocumented in source. Be warned that the author may not have intended to support it.
getRemoteCredit
int getRemoteCredit()
Undocumented in source. Be warned that the author may not have intended to support it.
getRemoteDesiredCapabilities
Symbol[] getRemoteDesiredCapabilities()
Undocumented in source. Be warned that the author may not have intended to support it.
getRemoteMaxMessageSize
UnsignedLong getRemoteMaxMessageSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getRemoteOfferedCapabilities
Symbol[] getRemoteOfferedCapabilities()
Undocumented in source. Be warned that the author may not have intended to support it.
getRemoteProperties
Map!(Symbol, Object) getRemoteProperties()
Undocumented in source. Be warned that the author may not have intended to support it.
getRemoteQoS
ProtonQoS getRemoteQoS()
Undocumented in source. Be warned that the author may not have intended to support it.
getRemoteSource
Source getRemoteSource()
Undocumented in source. Be warned that the author may not have intended to support it.
getRemoteState
EndpointState getRemoteState()
Undocumented in source. Be warned that the author may not have intended to support it.
getRemoteTarget
Target getRemoteTarget()
Undocumented in source. Be warned that the author may not have intended to support it.
getSession
ProtonSessionImpl getSession()
Undocumented in source. Be warned that the author may not have intended to support it.
getSource
Source getSource()
Undocumented in source. Be warned that the author may not have intended to support it.
getTarget
Target getTarget()
Undocumented in source. Be warned that the author may not have intended to support it.
getUnsettled
int getUnsettled()
Undocumented in source. Be warned that the author may not have intended to support it.
handleLinkFlow
void handleLinkFlow()
Undocumented in source.
isOpen
bool isOpen()
Undocumented in source. Be warned that the author may not have intended to support it.
open
T open()
Undocumented in source. Be warned that the author may not have intended to support it.
openHandler
T openHandler(Handler!T openHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
self
T self()
Undocumented in source.
setCondition
T setCondition(ErrorCondition condition)
Undocumented in source. Be warned that the author may not have intended to support it.
setDesiredCapabilities
void setDesiredCapabilities(Symbol[] capabilities)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxMessageSize
void setMaxMessageSize(UnsignedLong maxMessageSize)
Undocumented in source. Be warned that the author may not have intended to support it.
setOfferedCapabilities
void setOfferedCapabilities(Symbol[] capabilities)
Undocumented in source. Be warned that the author may not have intended to support it.
setProperties
void setProperties(Map!(Symbol, Object) properties)
Undocumented in source. Be warned that the author may not have intended to support it.
setQoS
T setQoS(ProtonQoS qos)
Undocumented in source. Be warned that the author may not have intended to support it.
setSource
T setSource(Source source)
Undocumented in source. Be warned that the author may not have intended to support it.
setTarget
T setTarget(Target target)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

link
Link link;
Undocumented in source.

Meta