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. exchangesList of active/outstanding requests.Methods in org.igniterealtime.jbosh that return HTTPExchange Modifier and Type Method Description (package private) abstract HTTPExchangeBOSHClient.ExchangeInterceptor. interceptExchange(HTTPExchange exch)Hook to manipulate an HTTPExchange as is is about to be processed.private HTTPExchangeBOSHClient. nextExchange()Get the next message exchange to process, blocking until one becomes available if nothing is already waiting for processing.private HTTPExchangeBOSHClient. 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 HTTPExchangeBOSHClient.ExchangeInterceptor. interceptExchange(HTTPExchange exch)Hook to manipulate an HTTPExchange as is is about to be processed.private voidBOSHClient. processExchange(HTTPExchange exch)Process the next, provided exchange.
-