org.isam.exehda.services
Class GatekeeperService
java.lang.Object
|
+--org.isam.exehda.services.AbstractService
|
+--org.isam.exehda.services.HttpService
|
+--org.isam.exehda.services.GatekeeperService
- All Implemented Interfaces:
- java.lang.Runnable, Service
- public class GatekeeperService
- extends HttpService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICE_NAME
static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
DEFAULT_PORT
static final int DEFAULT_PORT
- See Also:
- Constant Field Values
PROP_RESOURCE
static final java.lang.String PROP_RESOURCE
- See Also:
- Constant Field Values
PROP_CONTENT_LENGTH
static final java.lang.String PROP_CONTENT_LENGTH
- See Also:
- Constant Field Values
PROP_USER
static final java.lang.String PROP_USER
- See Also:
- Constant Field Values
GatekeeperService
public GatekeeperService()
handleRequest
protected void handleRequest(HttpService.ServiceRequest req)
- Overrides:
handleRequest
in class HttpService