| Package | Description |
|---|---|
| eventweb.net.conn |
Service connector classes and classes supporting service connector classes.
|
| eventweb.net.srvr |
Classes that host and manage services.
|
| eventweb.security |
Security related classes.
|
| 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) |
protected int |
AbstractEvwSrvcConn.startChannel(SesnKey srvSesKey,
SrvcInfo sInfo) |
| Modifier and Type | Field and Description |
|---|---|
SesnKey |
SrvcInfo.connectKey
Session key
|
| Modifier and Type | Method and Description |
|---|---|
int |
RandPortSrvrChan.connect(SesnKey bcCliSesKey,
SesnKey bcSrvSesKey,
int mimeTypeId)
Accept a client connection.
|
int |
SrvrChan.connect(SesnKey bcCliSesKey,
SesnKey bcSrvSesKey,
int mimeTypeId)
Accept a client connection.
|
int |
RangePortSrvrChan.connect(SesnKey bcCliSesKey,
SesnKey bcSrvSesKey,
int mimeTypeId)
Accept a client connection.
|
| Constructor and Description |
|---|
EvwSrvrCtrlr(eventweb.servutil.SrvcRegistry registry,
int ctrlPort,
SesnKey srvSesKey,
TvListHandler cmdHandler)
Create a new EvwSrvrCtrlr instance
|
| Modifier and Type | Field and Description |
|---|---|
static SesnKey |
SesnKey.DEFAULT_KEY
Default session key
|
| Modifier and Type | Method and Description |
|---|---|
static SesnKey |
SesnKey.bcConnKey(SesnKey clientKey,
SesnKey serverKey)
Generate Backchannel connect key.
|
static SesnKey |
SesnKey.clientKey(SesnKey fcConnKey,
SesnKey bcConnKey)
Assemble full client key from connect keys.
|
static SesnKey |
SesnKey.connAckKey(SesnKey clientKey,
SesnKey serverKey)
Generate connection acknowledge key.
|
static SesnKey |
SesnKey.fcConnKey(SesnKey clientKey,
SesnKey serverKey)
Generate Frontchannel connect key.
|
| Modifier and Type | Method and Description |
|---|---|
static SesnKey |
SesnKey.bcConnKey(SesnKey clientKey,
SesnKey serverKey)
Generate Backchannel connect key.
|
static SesnKey |
SesnKey.clientKey(SesnKey fcConnKey,
SesnKey bcConnKey)
Assemble full client key from connect keys.
|
static SesnKey |
SesnKey.connAckKey(SesnKey clientKey,
SesnKey serverKey)
Generate connection acknowledge key.
|
boolean |
SesnKey.equals(SesnKey key2)
Compare keys.
|
static SesnKey |
SesnKey.fcConnKey(SesnKey clientKey,
SesnKey serverKey)
Generate Frontchannel connect key.
|
boolean |
SesnKey.newBcKeyValid(SesnKey bcConnKey)
Determine if a backchannel key is a valid successor to this key.
|
boolean |
SesnKey.newFcKeyValid(SesnKey fcConnKey)
Determine if a frontchannel key is a valid successor to this key.
|
| Constructor and Description |
|---|
EvwSvltCtrlrEc(eventweb.servutil.SrvcRegistry registry,
int ctrlPort,
SesnKey srvSesKey,
TvListHandler cmdHandler) |