C# Class Brunet.Messaging.ReqrepManager.ReplyState

Inheritance: ISender, IWrappingSender
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
RequestDate System.DateTime
RequestKey RequestKey

Protected Properties

Property Type Description
Reply ICopyable
_have_sent_ack int
_lid int
_prefix Brunet.Util.PType
_rep_date System.DateTime
_reply_timeouts int
_uri WriteOnce
have_sent int

Public Methods

Method Description
IncrementRepTimeouts ( ) : int
ReplyState ( PType prefix, RequestKey rk ) : System
Resend ( ) : void
Send ( ICopyable data ) : void
SendAck ( ) : void
ToUri ( ) : string

Method Details

IncrementRepTimeouts() public method

public IncrementRepTimeouts ( ) : int
return int

ReplyState() public method

public ReplyState ( PType prefix, RequestKey rk ) : System
prefix Brunet.Util.PType
rk RequestKey
return System

Resend() public method

public Resend ( ) : void
return void

Send() public method

public Send ( ICopyable data ) : void
data ICopyable
return void

SendAck() public method

public SendAck ( ) : void
return void

ToUri() public method

public ToUri ( ) : string
return string

Property Details

Reply protected property

protected ICopyable Reply
return ICopyable

RequestDate public property

public DateTime,System RequestDate
return System.DateTime

RequestKey public property

public RequestKey RequestKey
return RequestKey

_have_sent_ack protected property

protected int _have_sent_ack
return int

_lid protected property

protected int _lid
return int

_prefix protected property

protected PType,Brunet.Util _prefix
return Brunet.Util.PType

_rep_date protected property

protected DateTime,System _rep_date
return System.DateTime

_reply_timeouts protected property

protected int _reply_timeouts
return int

_uri protected property

protected WriteOnce _uri
return WriteOnce

have_sent protected property

protected int have_sent
return int