ConnectionImpl

class ConnectionImpl : EndpointImpl , ProtonJConnection {}

Constructors

this
this()

Application code should use {@link hunt.proton.engine.Connection.Factory#create()} instead.

Members

Classes

WorkSequence
class WorkSequence
Undocumented in source.

Functions

addLinkEndpoint
LinkNode!LinkImpl addLinkEndpoint(LinkImpl endpoint)
Undocumented in source. Be warned that the author may not have intended to support it.
addModified
void addModified(EndpointImpl endpoint)
Undocumented in source. Be warned that the author may not have intended to support it.
addSessionEndpoint
LinkNode!SessionImpl addSessionEndpoint(SessionImpl endpoint)
Undocumented in source. Be warned that the author may not have intended to support it.
addTransportWork
void addTransportWork(DeliveryImpl delivery)
Undocumented in source. Be warned that the author may not have intended to support it.
addWork
void addWork(DeliveryImpl delivery)
Undocumented in source. Be warned that the author may not have intended to support it.
collect
void collect(Collector collector)
Undocumented in source. Be warned that the author may not have intended to support it.
doFree
void doFree()
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
freeSession
void freeSession(SessionImpl session)
Undocumented in source. Be warned that the author may not have intended to support it.
getConnectionImpl
ConnectionImpl getConnectionImpl()
Undocumented in source. Be warned that the author may not have intended to support it.
getContainer
string getContainer()
Undocumented in source. Be warned that the author may not have intended to support it.
getContext
Object getContext()
Undocumented in source. Be warned that the author may not have intended to support it.
getDesiredCapabilities
Symbol[] getDesiredCapabilities()
Undocumented in source. Be warned that the author may not have intended to support it.
getHostname
string getHostname()
Undocumented in source. Be warned that the author may not have intended to support it.
getLocalContainerId
string getLocalContainerId()
Undocumented in source. Be warned that the author may not have intended to support it.
getMaxChannels
int getMaxChannels()
Undocumented in source. Be warned that the author may not have intended to support it.
getOfferedCapabilities
Symbol[] getOfferedCapabilities()
Undocumented in source. Be warned that the author may not have intended to support it.
getProperties
Map!(Symbol, Object) getProperties()
Undocumented in source. Be warned that the author may not have intended to support it.
getReactor
Reactor getReactor()
Undocumented in source. Be warned that the author may not have intended to support it.
getRemoteContainer
string getRemoteContainer()
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.
getRemoteHostname
string getRemoteHostname()
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.
getTransport
TransportImpl getTransport()
Undocumented in source. Be warned that the author may not have intended to support it.
getTransportHead
EndpointImpl getTransportHead()
Undocumented in source. Be warned that the author may not have intended to support it.
getTransportTail
EndpointImpl getTransportTail()
Undocumented in source. Be warned that the author may not have intended to support it.
getTransportWorkHead
DeliveryImpl getTransportWorkHead()
Undocumented in source. Be warned that the author may not have intended to support it.
getTransportWorkSize
int getTransportWorkSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getWorkHead
DeliveryImpl getWorkHead()
Undocumented in source. Be warned that the author may not have intended to support it.
getWorkSequence
Iterator!DeliveryImpl getWorkSequence()
Undocumented in source. Be warned that the author may not have intended to support it.
getWorkTail
DeliveryImpl getWorkTail()
Undocumented in source. Be warned that the author may not have intended to support it.
handleOpen
void handleOpen(Open open)
Undocumented in source. Be warned that the author may not have intended to support it.
linkHead
Link linkHead(Set!EndpointState local, Set!EndpointState remote)
Undocumented in source. Be warned that the author may not have intended to support it.
localClose
void localClose()
Undocumented in source. Be warned that the author may not have intended to support it.
localOpen
void localOpen()
Undocumented in source. Be warned that the author may not have intended to support it.
modifyEndpoints
void modifyEndpoints()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(ReactorChild o)
Undocumented in source. Be warned that the author may not have intended to support it.
postFinal
void postFinal()
Undocumented in source. Be warned that the author may not have intended to support it.
put
EventImpl put(Type type, Object context)
Undocumented in source. Be warned that the author may not have intended to support it.
removeLinkEndpoint
void removeLinkEndpoint(LinkNode!LinkImpl node)
Undocumented in source. Be warned that the author may not have intended to support it.
removeModified
void removeModified(EndpointImpl endpoint)
Undocumented in source. Be warned that the author may not have intended to support it.
removeSessionEndpoint
void removeSessionEndpoint(LinkNode!SessionImpl node)
Undocumented in source. Be warned that the author may not have intended to support it.
removeTransportWork
void removeTransportWork(DeliveryImpl delivery)
Undocumented in source. Be warned that the author may not have intended to support it.
removeWork
void removeWork(DeliveryImpl delivery)
Undocumented in source. Be warned that the author may not have intended to support it.
session
SessionImpl session()
Undocumented in source. Be warned that the author may not have intended to support it.
sessionHead
Session sessionHead(Set!EndpointState local, Set!EndpointState remote)
Undocumented in source. Be warned that the author may not have intended to support it.
setContainer
void setContainer(string container)
Undocumented in source. Be warned that the author may not have intended to support it.
setContext
void setContext(Object context)
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.
setHostname
void setHostname(string hostname)
Undocumented in source. Be warned that the author may not have intended to support it.
setLocalContainerId
void setLocalContainerId(string localContainerId)
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.
setReactor
void setReactor(Reactor reactor)
Undocumented in source. Be warned that the author may not have intended to support it.
setRemoteContainer
void setRemoteContainer(string remoteContainerId)
Undocumented in source. Be warned that the author may not have intended to support it.
setRemoteDesiredCapabilities
void setRemoteDesiredCapabilities(Symbol[] remoteDesiredCapabilities)
Undocumented in source. Be warned that the author may not have intended to support it.
setRemoteHostname
void setRemoteHostname(string remoteHostname)
Undocumented in source. Be warned that the author may not have intended to support it.
setRemoteOfferedCapabilities
void setRemoteOfferedCapabilities(Symbol[] remoteOfferedCapabilities)
Undocumented in source. Be warned that the author may not have intended to support it.
setRemoteProperties
void setRemoteProperties(Map!(Symbol, Object) remoteProperties)
Undocumented in source. Be warned that the author may not have intended to support it.
setTransport
void setTransport(TransportImpl transport)
Undocumented in source. Be warned that the author may not have intended to support it.
workUpdate
void workUpdate(DeliveryImpl delivery)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

MAX_CHANNELS
int MAX_CHANNELS;
Undocumented in source.

Inherited Members

From EndpointImpl

freed
bool freed;
Undocumented in source.
incref
void incref()
Undocumented in source. Be warned that the author may not have intended to support it.
decref
void decref()
Undocumented in source. Be warned that the author may not have intended to support it.
postFinal
void postFinal()
Undocumented in source.
localOpen
void localOpen()
Undocumented in source.
localClose
void localClose()
Undocumented in source.
open
void open()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
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.
getRemoteState
EndpointState getRemoteState()
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.
setCondition
void setCondition(ErrorCondition condition)
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.
setLocalState
void setLocalState(EndpointState localState)
Undocumented in source. Be warned that the author may not have intended to support it.
setRemoteState
void setRemoteState(EndpointState remoteState)
Undocumented in source. Be warned that the author may not have intended to support it.
modified
void modified()
Undocumented in source. Be warned that the author may not have intended to support it.
modified
void modified(bool emit)
Undocumented in source. Be warned that the author may not have intended to support it.
getConnectionImpl
ConnectionImpl getConnectionImpl()
Undocumented in source.
clearModified
void clearModified()
Undocumented in source. Be warned that the author may not have intended to support it.
isModified
bool isModified()
Undocumented in source. Be warned that the author may not have intended to support it.
transportNext
EndpointImpl transportNext()
Undocumented in source. Be warned that the author may not have intended to support it.
transportPrev
EndpointImpl transportPrev()
Undocumented in source. Be warned that the author may not have intended to support it.
doFree
void doFree()
Undocumented in source.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
setTransportNext
void setTransportNext(EndpointImpl transportNext)
Undocumented in source. Be warned that the author may not have intended to support it.
setTransportPrev
void setTransportPrev(EndpointImpl transportPrevious)
Undocumented in source. Be warned that the author may not have intended to support it.
getContext
Object getContext()
Undocumented in source. Be warned that the author may not have intended to support it.
setContext
void setContext(Object context)
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.

From ProtonJConnection

setLocalContainerId
void setLocalContainerId(string localContainerId)
Undocumented in source.
session
ProtonJSession session()
Undocumented in source.
getMaxChannels
int getMaxChannels()
Undocumented in source.

Meta