Uses of Class
org.apache.activemq.web.WebClient
Packages that use WebClient
Package
Description
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.
-
Uses of WebClient in org.apache.activemq.web
Subclasses of WebClient in org.apache.activemq.webMethods in org.apache.activemq.web that return WebClientModifier and TypeMethodDescriptionprotected static WebClientWebClient.createWebClient(jakarta.servlet.http.HttpServletRequest request) MessageServlet.getWebClient(jakarta.servlet.http.HttpServletRequest request) static WebClientWebClient.getWebClient(jakarta.servlet.http.HttpServletRequest request) Helper method to get the client for the current session, lazily creating a client if there is none currentlystatic WebClientWebClient.getWebClient(jakarta.servlet.http.HttpSession session) Methods in org.apache.activemq.web with parameters of type WebClientModifier and TypeMethodDescriptionprotected voidMessageServlet.closeConsumerOnOneShot(jakarta.servlet.http.HttpServletRequest request, WebClient client, jakarta.jms.Destination dest) Close the consumer if one-shot mode is used on the given request.protected jakarta.jms.DestinationMessageServletSupport.getDestination(WebClient client, jakarta.servlet.http.HttpServletRequest request) protected jakarta.jms.DestinationMessageServletSupport.getDestination(WebClient client, jakarta.servlet.http.HttpServletRequest request, String destinationName) protected jakarta.jms.DestinationMessageServletSupport.getDestinationFromURI(WebClient client, jakarta.servlet.http.HttpServletRequest request) protected voidMessageServlet.handleAsyncRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, WebClient client, jakarta.jms.Destination destination, org.apache.activemq.MessageAvailableConsumer consumer, long deadline) protected voidPortfolioPublishServlet.sendMessage(WebClient client, String[] stocks)