Свойство | Тип | Описание | |
---|---|---|---|
Abort | void | ||
AddLink | uint | ||
AddRemoteLink | void | ||
CancelPendingDeliveries | void | ||
Default | Amqp.Framing.Begin | ||
DisposeDelivery | void | ||
GetLink | |||
OnAttach | void | ||
OnBegin | void | ||
OnCommand | void | ||
OnDetach | void | ||
OnDispose | void | ||
OnEnd | bool | ||
OnFlow | void | ||
OnTransfer | void | ||
SendBegin | void | ||
SendCommand | void | ||
SendDelivery | void | ||
SendEnd | void | ||
SendFlow | void | ||
ThrowIfEnded | void | ||
WriteDelivery | void |
Метод | Описание | |
---|---|---|
Session ( |
Initializes a session object.
|
|
Session ( |
Initializes a session object with a custom Begin performative.
|
Метод | Описание | |
---|---|---|
OnClose ( Error error ) : bool |
Closes the session.
|
Метод | Описание | |
---|---|---|
Abort ( Error error ) : void | ||
AddLink ( |
||
AddRemoteLink ( uint remoteHandle, |
||
CancelPendingDeliveries ( Error error ) : void | ||
Default ( |
||
DisposeDelivery ( bool role, Amqp.Delivery delivery, Amqp.Framing.DeliveryState state, bool settled ) : void | ||
GetLink ( uint remoteHandle ) : |
||
OnAttach ( Amqp.Framing.Attach attach ) : void | ||
OnBegin ( ushort remoteChannel, Amqp.Framing.Begin begin ) : void | ||
OnCommand ( Amqp.Types.DescribedList command, ByteBuffer buffer ) : void | ||
OnDetach ( Amqp.Framing.Detach detach ) : void | ||
OnDispose ( Dispose dispose ) : void | ||
OnEnd ( Amqp.Framing.End end ) : bool | ||
OnFlow ( Amqp.Framing.Flow flow ) : void | ||
OnTransfer ( Amqp.Framing.Transfer transfer, ByteBuffer buffer ) : void | ||
SendBegin ( Amqp.Framing.Begin begin ) : void | ||
SendCommand ( Amqp.Types.DescribedList command ) : void | ||
SendDelivery ( Amqp.Delivery delivery ) : void | ||
SendEnd ( ) : void | ||
SendFlow ( Amqp.Framing.Flow flow ) : void | ||
ThrowIfEnded ( string operation ) : void | ||
WriteDelivery ( Amqp.Delivery delivery ) : void |
protected OnClose ( Error error ) : bool | ||
error | Error | The error. |
Результат | bool |
public Session ( |
||
connection | The connection within which to create the session. | |
Результат | System |
public Session ( |
||
connection | The connection in which the session will be created. | |
begin | Amqp.Framing.Begin | The Begin performative to be sent to the remote peer. |
onBegin | OnBegin | The callback to invoke when a begin is received from peer. |
Результат | System |