TransportSession

Undocumented in source.
class TransportSession {}

Constructors

this
this(TransportImpl transport, SessionImpl session)
Undocumented in source.

Members

Functions

addHalfOpenLink
void addHalfOpenLink(TransportLink link)
Undocumented in source. Be warned that the author may not have intended to support it.
addLinkLocalHandle
void addLinkLocalHandle(TransportLink link, UnsignedInteger localhandle)
Undocumented in source. Be warned that the author may not have intended to support it.
addLinkRemoteHandle
void addLinkRemoteHandle(TransportLink link, UnsignedInteger remoteHandle)
Undocumented in source. Be warned that the author may not have intended to support it.
addUnsettledOutgoing
void addUnsettledOutgoing(UnsignedInteger deliveryId, DeliveryImpl delivery)
Undocumented in source. Be warned that the author may not have intended to support it.
allocateLocalHandle
UnsignedInteger allocateLocalHandle(TransportLink transportLink)
Undocumented in source. Be warned that the author may not have intended to support it.
beginSent
bool beginSent()
Undocumented in source. Be warned that the author may not have intended to support it.
decrementRemoteIncomingWindow
void decrementRemoteIncomingWindow()
Undocumented in source. Be warned that the author may not have intended to support it.
endReceived
bool endReceived()
Undocumented in source. Be warned that the author may not have intended to support it.
freeLocalChannel
void freeLocalChannel()
Undocumented in source. Be warned that the author may not have intended to support it.
freeLocalHandle
void freeLocalHandle(UnsignedInteger handle)
Undocumented in source. Be warned that the author may not have intended to support it.
freeRemoteChannel
void freeRemoteChannel()
Undocumented in source. Be warned that the author may not have intended to support it.
freeRemoteHandle
void freeRemoteHandle(UnsignedInteger handle)
Undocumented in source. Be warned that the author may not have intended to support it.
getHandleMax
UnsignedInteger getHandleMax()
Undocumented in source. Be warned that the author may not have intended to support it.
getIncomingWindowSize
UnsignedInteger getIncomingWindowSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getLinkFromRemoteHandle
TransportLink getLinkFromRemoteHandle(UnsignedInteger handle)
Undocumented in source. Be warned that the author may not have intended to support it.
getLocalChannel
int getLocalChannel()
Undocumented in source. Be warned that the author may not have intended to support it.
getNextIncomingId
UnsignedInteger getNextIncomingId()
Undocumented in source. Be warned that the author may not have intended to support it.
getNextOutgoingId
UnsignedInteger getNextOutgoingId()
Undocumented in source. Be warned that the author may not have intended to support it.
getOutgoingDeliveryId
UnsignedInteger getOutgoingDeliveryId()
Undocumented in source. Be warned that the author may not have intended to support it.
getOutgoingWindowSize
UnsignedInteger getOutgoingWindowSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getRemoteChannel
int getRemoteChannel()
Undocumented in source. Be warned that the author may not have intended to support it.
getSession
SessionImpl getSession()
Undocumented in source. Be warned that the author may not have intended to support it.
handleDisposition
void handleDisposition(Disposition disposition)
Undocumented in source. Be warned that the author may not have intended to support it.
handleFlow
void handleFlow(Flow flow)
Undocumented in source. Be warned that the author may not have intended to support it.
handleTransfer
void handleTransfer(Transfer transfer, Binary payload)
Undocumented in source. Be warned that the author may not have intended to support it.
hasOutgoingCredit
bool hasOutgoingCredit()
Undocumented in source. Be warned that the author may not have intended to support it.
incrementNextIncomingId
void incrementNextIncomingId()
Undocumented in source. Be warned that the author may not have intended to support it.
incrementOutgoingDeliveryId
void incrementOutgoingDeliveryId()
Undocumented in source. Be warned that the author may not have intended to support it.
incrementOutgoingId
void incrementOutgoingId()
Undocumented in source. Be warned that the author may not have intended to support it.
isLocalChannelSet
bool isLocalChannelSet()
Undocumented in source. Be warned that the author may not have intended to support it.
isOpenSent
bool isOpenSent()
Undocumented in source. Be warned that the author may not have intended to support it.
isRemoteChannelSet
bool isRemoteChannelSet()
Undocumented in source. Be warned that the author may not have intended to support it.
receivedEnd
void receivedEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
resolveHalfOpenLink
TransportLink resolveHalfOpenLink(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
sentBegin
void sentBegin()
Undocumented in source. Be warned that the author may not have intended to support it.
setLocalChannel
void setLocalChannel(int localChannel)
Undocumented in source. Be warned that the author may not have intended to support it.
setNextIncomingId
void setNextIncomingId(UnsignedInteger nextIncomingId)
Undocumented in source. Be warned that the author may not have intended to support it.
setOpenSent
void setOpenSent(bool openSent)
Undocumented in source. Be warned that the author may not have intended to support it.
setRemoteChannel
void setRemoteChannel(int remoteChannel)
Undocumented in source. Be warned that the author may not have intended to support it.
settled
void settled(TransportDelivery transportDelivery)
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.
unsetLocalChannel
void unsetLocalChannel()
Undocumented in source. Be warned that the author may not have intended to support it.
unsetRemoteChannel
void unsetRemoteChannel()
Undocumented in source. Be warned that the author may not have intended to support it.
updateIncomingWindow
void updateIncomingWindow()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

DEFAULT_WINDOW_SIZE
UnsignedInteger DEFAULT_WINDOW_SIZE()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta