Uses of Class
org.apache.activemq.web.async.AsyncServletRequest
-
Packages that use AsyncServletRequest Package Description org.apache.activemq.web Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to web browser or JavaScript clients.org.apache.activemq.web.async -
-
Uses of AsyncServletRequest in org.apache.activemq.web
Methods in org.apache.activemq.web with parameters of type AsyncServletRequest Modifier and Type Method Description voidAjaxListener. setAsyncRequest(AsyncServletRequest asyncRequest) -
Uses of AsyncServletRequest in org.apache.activemq.web.async
Methods in org.apache.activemq.web.async that return AsyncServletRequest Modifier and Type Method Description static AsyncServletRequestAsyncServletRequest. getAsyncRequest(ServletRequest request)Look up the existing async request or create/ store a new request that be referenced later
-