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


Nested Class Summary
 
Nested classes inherited from class org.isam.exehda.services.HttpService
HttpService.ServiceRequest, HttpService.ServiceResponse
 
Field Summary
(package private) static int DEFAULT_PORT
           
(package private) static java.lang.String PROP_CONTENT_LENGTH
           
(package private) static java.lang.String PROP_RESOURCE
           
(package private) static java.lang.String PROP_USER
           
(package private) static java.lang.String SERVICE_NAME
           
 
Constructor Summary
GatekeeperService()
           
 
Method Summary
protected  void handleRequest(HttpService.ServiceRequest req)
           
 
Methods inherited from class org.isam.exehda.services.HttpService
getPort, getThreadPoolSize, main, run, setPort, setThreadPoolSize, start, stop
 
Methods inherited from class org.isam.exehda.services.AbstractService
log, log, log, log, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

GatekeeperService

public GatekeeperService()
Method Detail

handleRequest

protected void handleRequest(HttpService.ServiceRequest req)
Overrides:
handleRequest in class HttpService