C# Class Brunet.Xmpp.XmppEdge

Holds the state information for Xmpp communication.
Inheritance: Brunet.Transport.Edge, IIdentifierPair
Show file Open project: pstjuste/brunet Class Usage Examples

Public Properties

Property Type Description
To jabber.JID

Protected Properties

Property Type Description
_ip Brunet.Messaging.IdentifierPair
_local_ta Brunet.Transport.TransportAddress
_remote_ta Brunet.Transport.TransportAddress

Public Methods

Method Description
XmppEdge ( IEdgeSendHandler send_handler, XmppTransportAddress local_ta, XmppTransportAddress remote_ta, bool inbound ) : System

Create a XmppEdge.

Method Details

XmppEdge() public method

Create a XmppEdge.
public XmppEdge ( IEdgeSendHandler send_handler, XmppTransportAddress local_ta, XmppTransportAddress remote_ta, bool inbound ) : System
send_handler IEdgeSendHandler
local_ta XmppTransportAddress
remote_ta XmppTransportAddress
inbound bool
return System

Property Details

To public property

JID for the remote entity of this Edge.
public JID,jabber To
return jabber.JID

_ip protected property

protected IdentifierPair,Brunet.Messaging _ip
return Brunet.Messaging.IdentifierPair

_local_ta protected property

protected TransportAddress,Brunet.Transport _local_ta
return Brunet.Transport.TransportAddress

_remote_ta protected property

protected TransportAddress,Brunet.Transport _remote_ta
return Brunet.Transport.TransportAddress