Uses of Class
org.igniterealtime.jbosh.HTTPExchange
-
-
Uses of HTTPExchange in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh with type parameters of type HTTPExchange Modifier and Type Field Description private java.util.Queue<HTTPExchange>
BOSHClient. exchanges
List of active/outstanding requests.Methods in org.igniterealtime.jbosh that return HTTPExchange Modifier and Type Method Description (package private) abstract HTTPExchange
BOSHClient.ExchangeInterceptor. interceptExchange(HTTPExchange exch)
Hook to manipulate an HTTPExchange as is is about to be processed.private HTTPExchange
BOSHClient. nextExchange()
Get the next message exchange to process, blocking until one becomes available if nothing is already waiting for processing.private HTTPExchange
BOSHClient. processResponseAcknowledgementReport(AbstractBody resp)
Process the response in order to check for and respond to any potential ack reports.Methods in org.igniterealtime.jbosh with parameters of type HTTPExchange Modifier and Type Method Description (package private) abstract HTTPExchange
BOSHClient.ExchangeInterceptor. interceptExchange(HTTPExchange exch)
Hook to manipulate an HTTPExchange as is is about to be processed.private void
BOSHClient. processExchange(HTTPExchange exch)
Process the next, provided exchange.
-