| 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 | Class and Description |
|---|---|
class |
ByteFileHttpSrvc
File Server.
|
class |
GenericCpSrvcConn
Generic EventWeb context provider service.
|
class |
GenericFtrySrvcConn
Generic factory service provider connector.
|
class |
GenericSpSrvcConn
Generic EventWeb shared provider service.
|
class |
RqstRouterSrvcConn
Backchannel Connection Router HTTP Service.
|
class |
SimpleBcTestSrvc
EventWeb Backchannel Test Service.
|
class |
TpltCtxtProvSrvcConn
Template connector for context service providers.
|
class |
TpltProvFtrySrvcConn
Template connector for context service providers.
|
class |
TpltSimpleProvFtrySrvcConn
Template connector for shared service providers.
|
class |
TpltSimpleProvSrvcConn
Template connector for shared service providers.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.TreeMap<java.lang.String,HttpSrvcConn> |
EvwPrstSrvcMgr.srvcMap
Service map.
|
protected java.util.TreeMap<java.lang.String,HttpSrvcConn> |
FtrySrvcMgr.srvcMap
Service map.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EvwPrstSrvcMgr.reportServices(java.util.LinkedList<java.util.Map.Entry<java.lang.String,HttpSrvcConn>> sList)
Report supported services
|
protected void |
FtrySrvcMgr.reportServices(java.util.LinkedList<java.util.Map.Entry<java.lang.String,HttpSrvcConn>> sList)
Report supported services
|
| Constructor and Description |
|---|
ShellClientThread(HttpSrvcConn srvcImplementor,
SrvcInfo reqInfo,
java.io.OutputStream outStrm) |
| Modifier and Type | Field and Description |
|---|---|
protected HttpSrvcConn |
EvwSrvcWrapper.srvcConn
The underlying serivce
|
| Constructor and Description |
|---|
EvwSrvcWrapper(HttpSrvcConn srvcImplementor) |