Package com.iizix.server.push.engine.http
package com.iizix.server.push.engine.http
- ClassDescriptionThe five
POST /iizi-push/<func>endpoints of WIRE-CONTRACT §1, implemented to the client as it is:keys,get_subs,subscribe,unsubscribeandpush.Authenticates a request and decides who may push.A refused authentication, with the HTTP status to answer.An authenticated caller.The servlet that carries the fivePOST /iizi-push/<func>endpoints of WIRE-CONTRACT §1, registered byPushServerModulethroughIServer.registerServlet(PATH_SPEC,servlet)in the web server's root context, where it takes precedence over the default servlet by servlet-mapping precedence.The authenticator over the server's users:Authorization: Basicwith a user name and a clear-text or hashed password, checked byUserAuthentication.