SubscriptionCancelAllServlet

public abstract class SubscriptionCancelAllServlet extends MessageServlet<I, O>

An abstract servlet for a client request to cancel a batch of Subscriptions.

This servlet parses the client requests and passes it to the SubscriptionBridge to process. After, a processing result is written to the servlet response.

Constructors

Link copied to clipboard
protected void SubscriptionCancelAllServlet(SubscriptionBridge<? extends Object, ? extends Object, ? extends Object> bridge)
Creates a new instance of SubscriptionCancelAllServlet with the given SubscriptionBridge.

Functions

Link copied to clipboard
protected Responses handle(Subscriptions request)
Handles the servlet request and produces the response message.

Inherited functions

Link copied to clipboard
public void doPost(HttpServletRequest req, HttpServletResponse resp)