SubscriptionBulkKeepUpServlet

public abstract class SubscriptionBulkKeepUpServlet extends MessageServlet<I, O>

An abstract servlet handling the bulk Subscriptions keep-up requests.

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 SubscriptionBulkKeepUpServlet(SubscriptionBridge<? extends Object, ? extends Object, ? extends Object> bridge)
Creates a new instance of SubscriptionBulkKeepUpServlet 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)