Uses of Interface
tigase.jaxmpp.core.client.connector.BoshRequest

Packages that use BoshRequest
tigase.jaxmpp.core.client.connector Classes for implementing Connectors. 
 

Uses of BoshRequest in tigase.jaxmpp.core.client.connector
 

Fields in tigase.jaxmpp.core.client.connector with type parameters of type BoshRequest
protected  Set<BoshRequest> AbstractBoshConnector.requests
           
 

Methods in tigase.jaxmpp.core.client.connector with parameters of type BoshRequest
protected  void AbstractBoshConnector.addToRequests(BoshRequest worker)
           
protected  void AbstractBoshConnector.onError(BoshRequest request, int responseCode, String responseData, Element response, Throwable caught)
           
protected  void AbstractBoshConnector.onResponse(BoshRequest request, int responseCode, String responseData, Element response)
           
protected  void AbstractBoshConnector.onTerminate(BoshRequest request, int responseCode, String responseData, Element response)
           
protected  void AbstractBoshConnector.removeFromRequests(BoshRequest ack)
           
 



Copyright © 2006-2013 Tigase. All Rights Reserved.