| Package | Description |
|---|---|
| eventweb.net.conn |
Service connector classes and classes supporting service connector classes.
|
| eventweb.net.srvr |
Classes that host and manage services.
|
| eventweb.servlet |
Classes that wrap services to run in a servlet.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
AbstractEvwSrvcConn.createChannel(SesnKey srvSesKey,
SrvcInfo sInfo,
int bcConnectTmo,
int activityTmo) |
int |
TpltCtxtProvSrvcConn.performSrvc(SrvcInfo sInfo,
java.io.OutputStream outStrm)
Perform the requested service.
|
int |
TpltSimpleProvSrvcConn.performSrvc(SrvcInfo sInfo,
java.io.OutputStream outStrm)
Perform the requested service.
|
int |
ByteFileHttpSrvc.performSrvc(SrvcInfo sInfo,
java.io.OutputStream outStrm)
Perform the requested service.
|
int |
TpltProvFtrySrvcConn.performSrvc(SrvcInfo sInfo,
java.io.OutputStream outStrm)
Perform the requested service.
|
int |
SimpleBcTestSrvc.performSrvc(SrvcInfo sInfo,
java.io.OutputStream outStrm)
Perform the requested service.
|
int |
TpltSimpleProvFtrySrvcConn.performSrvc(SrvcInfo sInfo,
java.io.OutputStream outStrm)
Perform the requested service.
|
int |
RqstRouterSrvcConn.performSrvc(SrvcInfo sInfo,
java.io.OutputStream outStrm)
Perform the requested service.
|
int |
GenericCpSrvcConn.performSrvc(SrvcInfo sInfo,
java.io.OutputStream outStrm)
Perform the requested service.
|
int |
GenericSpSrvcConn.performSrvc(SrvcInfo sInfo,
java.io.OutputStream outStrm)
Perform the requested service.
|
int |
GenericFtrySrvcConn.performSrvc(SrvcInfo sInfo,
java.io.OutputStream outStrm)
Perform the requested service.
|
int |
HttpSrvcConn.performSrvc(SrvcInfo sInfo,
java.io.OutputStream outStrm)
Perform the service.
|
int |
TpltCtxtProvSrvcConn.prepareSrvc(SrvcInfo sInfo)
Validate request and prepare service to run.
|
int |
TpltSimpleProvSrvcConn.prepareSrvc(SrvcInfo sInfo)
Validate request and prepare service to run.
|
int |
ByteFileHttpSrvc.prepareSrvc(SrvcInfo sInfo)
Validate request and prepare service to run.
|
int |
TpltProvFtrySrvcConn.prepareSrvc(SrvcInfo sInfo)
Validate request and prepare service to run.
|
int |
SimpleBcTestSrvc.prepareSrvc(SrvcInfo sInfo)
Validate request and prepare service to run.
|
int |
TpltSimpleProvFtrySrvcConn.prepareSrvc(SrvcInfo sInfo)
Validate request and prepare service to run.
|
int |
RqstRouterSrvcConn.prepareSrvc(SrvcInfo sInfo)
Validate request and prepare service to run.
|
int |
GenericCpSrvcConn.prepareSrvc(SrvcInfo sInfo)
Validate request and prepare service to run.
|
int |
GenericSpSrvcConn.prepareSrvc(SrvcInfo sInfo)
Validate request and prepare service to run.
|
int |
GenericFtrySrvcConn.prepareSrvc(SrvcInfo sInfo)
Validate request and prepare service to run.
|
int |
HttpSrvcConn.prepareSrvc(SrvcInfo sInfo)
Get information required to complete HTTP connection.
|
protected int |
AbstractEvwSrvcConn.startChannel(SesnKey srvSesKey,
SrvcInfo sInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ShellClientThread.addRqstHdrs(SrvcInfo sRqst) |
static void |
EvwUtil.sendRespHdr(SrvcInfo sInfo,
java.io.PrintWriter toClient)
Send HTTP response header to client.
|
void |
ShellClientThread.serve(SrvcInfo sRqst,
java.io.OutputStream outStrm) |
| Constructor and Description |
|---|
ShellClientThread(HttpSrvcConn srvcImplementor,
SrvcInfo reqInfo,
java.io.OutputStream outStrm) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EvwSrvcWrapper.processServletRequest(javax.servlet.http.HttpServletRequest rqst,
SrvcInfo sRqst)
Get the client request.
|