C# Class AndroidFayeClient.PollingHandler

Inheritance: MessageHandler
Afficher le fichier Open project: Connorcpu/XamarinFayeClient Class Usage Examples

Méthodes publiques

Méthode Description
ConnectRequest ( ) : void
Disconnect ( ) : void
Dispose ( ) : void
Handshake ( ) : void
NewtonsoftToCodeTitans ( JToken token ) : IJSonWritable
Publish ( string channel, JToken data ) : void
Subscribe ( string channel ) : void
Unsubscribe ( string channel ) : void

Méthodes protégées

Méthode Description
Connect ( string uri ) : void
OnConnected ( ) : void
OnHandshakeResponse ( Newtonsoft.Json.Linq.JObject response ) : void

Private Methods

Méthode Description
ConnectionOnConnected ( object sender, CodeTitans.Bayeux.BayeuxConnectionEventArgs bayeuxConnectionEventArgs ) : void
ConnectionOnConnectionFailed ( object sender, CodeTitans.Bayeux.BayeuxConnectionEventArgs bayeuxConnectionEventArgs ) : void
ConnectionOnDisconnected ( object sender, CodeTitans.Bayeux.BayeuxConnectionEventArgs bayeuxConnectionEventArgs ) : void
ConnectionOnResponseReceived ( object sender, CodeTitans.Bayeux.BayeuxConnectionEventArgs bayeuxConnectionEventArgs ) : void

Method Details

Connect() protected méthode

protected Connect ( string uri ) : void
uri string
Résultat void

ConnectRequest() public méthode

public ConnectRequest ( ) : void
Résultat void

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Handshake() public méthode

public Handshake ( ) : void
Résultat void

NewtonsoftToCodeTitans() public méthode

public NewtonsoftToCodeTitans ( JToken token ) : IJSonWritable
token JToken
Résultat IJSonWritable

OnConnected() protected méthode

protected OnConnected ( ) : void
Résultat void

OnHandshakeResponse() protected méthode

protected OnHandshakeResponse ( Newtonsoft.Json.Linq.JObject response ) : void
response Newtonsoft.Json.Linq.JObject
Résultat void

Publish() public méthode

public Publish ( string channel, JToken data ) : void
channel string
data JToken
Résultat void

Subscribe() public méthode

public Subscribe ( string channel ) : void
channel string
Résultat void

Unsubscribe() public méthode

public Unsubscribe ( string channel ) : void
channel string
Résultat void