| Package | Description |
|---|---|
| eventweb |
EventWeb root package.
|
| eventweb.io |
I/O classes (For file and/or console I/O).
|
| eventweb.net.conn |
Service connector classes and classes supporting service connector classes.
|
| eventweb.net.http |
HTTP networking classes.
|
| eventweb.net.srvr |
Classes that host and manage services.
|
| eventweb.net.ws |
WebSocket classes.
|
| eventweb.prov |
Service provider classes and classes supporting service providers.
|
| eventweb.servlet |
Classes that wrap services to run in a servlet.
|
| eventweb.util |
Utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
AbstractEvwServlet.log
Logger
|
protected Logger |
EvwCtrlrServletEc.log
Logger
|
| Modifier and Type | Method and Description |
|---|---|
static Logger |
Logger.getLogger()
Get a reference to the default Logger.
|
static Logger |
Logger.getLogger(java.io.PrintWriter logWriter,
java.io.PrintWriter consoleWriter,
java.io.PrintWriter errorWriter)
Get a reference to the default Logger.
|
| Constructor and Description |
|---|
ProvMap(Logger log) |
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
HttpRqstInfo.log
Logger
|
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
EvwSrvrCore.log
Logger
|
protected Logger |
EvwSrvrCtrlr.log |
protected Logger |
AbstractSrvcMgr.log |
| Constructor and Description |
|---|
EvwSrvrCore(Logger log) |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
EvwWsEndpoint.log
Logger
|
Logger |
EvwSrvrEptCfgr.log
Logger
|
| Constructor and Description |
|---|
EvwEpConfBuilder(java.lang.String webappPath,
eventweb.servutil.SrvcRegistry srvcRegistry,
Logger logger)
Create a new EvwEpConfBuilder instance
|
EvwSrvrEptCfgr(SrvcProvFtry srvcProvFtry,
java.util.Set<java.lang.String> authHostSet,
java.lang.Boolean passCtrlVal,
java.lang.String webappPath,
Logger logger,
boolean ioTrace,
boolean debug)
Create a new EvwSrvrEptCfgr instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
ByteFileProv.log |
| Constructor and Description |
|---|
FtryProvMap(Logger logger) |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
EvwSvltCtrlrEc.log |
protected static Logger |
EvwSrvcWrapper.log
The logger
|
| Constructor and Description |
|---|
ServConf(Logger logger) |