| Package | Description |
|---|---|
| eventweb.net.conn |
Service connector classes and classes supporting service connector 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TpltCtxtProvSrvcConn.handleDisconnect(TvOutput client) |
protected void |
TpltSimpleProvSrvcConn.handleDisconnect(TvOutput client) |
protected void |
RqstRouterSrvcConn.handleDisconnect(TvOutput client) |
protected void |
GenericCpSrvcConn.handleDisconnect(TvOutput client) |
void |
GenericSpSrvcConn.handleDisconnect(TvOutput client) |
void |
AbstractEvwSrvcConn.processCtrlRqst(TvList rqst,
TvOutput chan,
java.lang.Object rqstSource)
Process a service control request.
|
void |
EvwCtrlHandler.processCtrlRqst(TvList rqst,
TvOutput chan,
java.lang.Object rqstSource) |
protected int |
RqstRouterSrvcConn.processFcRqst(TvList msg,
TvOutput chnl,
java.lang.String[] srvrCmd) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SrvrChan
EventWeb backchannel server side interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RandPortSrvrChan
EventWeb backchannel server side implementation.
|
class |
RangePortSrvrChan
EventWeb backchannel server side implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EvwWsEndpoint.TvMessageHandler
Tag-Value WebSocket message handler.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EvwWsEndpoint.TvMessageHandler.processCtrlRqst(TvList rqst,
TvOutput chan,
java.lang.Object rqstSource,
boolean internal)
Process a service control request.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PublishProv.addSubscription(TvOutput subscriber,
java.lang.String pubTopic) |
boolean |
PublishProvFtry.PublishProvImp.addSubscription(TvOutput subscriber,
java.lang.String pubTopic) |
int |
PublishProv.dispatchRqst(TvList msgRec,
TvOutput chnl,
java.lang.String[] srvrCmd)
Dispatch channel request.
|
int |
RouterProvFtry.RouterProvImp.dispatchRqst(TvList msgRec,
TvOutput chnl,
java.lang.String[] srvrCmd)
Dispatch client request.
|
int |
PublishProvFtry.PublishProvImp.dispatchRqst(TvList msgRec,
TvOutput chnl,
java.lang.String[] srvrCmd)
Dispatch channel request.
|
int |
SrvcProvImp.dispatchRqst(TvList msgRec,
TvOutput client,
java.lang.String[] srvrCmd)
Process a client request message.
|
int |
SlideShowCtxtProv.dispatchRqst(TvList msgRec,
TvOutput chnl,
java.lang.String[] srvrCmd)
Dispatch channel request.
|
int |
TpltEvwCtxtProv.dispatchRqst(TvList msgRec,
TvOutput chnl,
java.lang.String[] srvrCmd)
Dispatch channel request.
|
int |
QothEvwProv.dispatchRqst(TvList msgRec,
TvOutput chnl,
java.lang.String[] srvrCmd)
Dispatch channel request.
|
int |
TpltEvwSimpleProv.dispatchRqst(TvList msgRec,
TvOutput chnl,
java.lang.String[] srvrCmd)
Dispatch channel request.
|
int |
SlideShowProvFtry.SlideShowImp.dispatchRqst(TvList msgRec,
TvOutput chnl,
java.lang.String[] srvrCmd)
Dispatch channel request.
|
int |
TpltEvwSimpleProvFtry.TpltSimpleProvImp.dispatchRqst(TvList msgRec,
TvOutput chnl,
java.lang.String[] srvrCmd)
Dispatch channel request.
|
int |
EvwServCtrlProvFtry.CtrlProvImp.dispatchRqst(TvList msgRec,
TvOutput toClient,
java.lang.String[] srvrCmd)
Dispatch Backchannel request.
|
int |
BBoardProvFtry.BBoardProvImp.dispatchRqst(TvList msgRec,
TvOutput chnl,
java.lang.String[] srvrCmd)
Dispatch channel request.
|
int |
TpltEvwProvFtry.TpltProvImp.dispatchRqst(TvList msgRec,
TvOutput chnl,
java.lang.String[] srvrCmd)
Dispatch channel request.
|
int |
BBoardProvFtryV010.BBoardProvImp.dispatchRqst(TvList msgRec,
TvOutput chnl,
java.lang.String[] srvrCmd)
Dispatch channel request.
|
int |
QothProvFtry.QothProvImp.dispatchRqst(TvList msgRec,
TvOutput chnl,
java.lang.String[] srvrCmd)
Dispatch channel request.
|
void |
PublishProv.handleDisconnect(TvOutput client) |
void |
RouterProvFtry.RouterProvImp.handleDisconnect(TvOutput client) |
void |
PublishProvFtry.PublishProvImp.handleDisconnect(TvOutput client) |
void |
SrvcProvImp.handleDisconnect(TvOutput client)
Clean up after the client disconnects.
|
void |
SlideShowCtxtProv.handleDisconnect(TvOutput client) |
void |
TpltEvwCtxtProv.handleDisconnect(TvOutput client) |
void |
QothEvwProv.handleDisconnect(TvOutput client) |
void |
TpltEvwSimpleProv.handleDisconnect(TvOutput client) |
void |
SlideShowProvFtry.SlideShowImp.handleDisconnect(TvOutput client) |
void |
TpltEvwSimpleProvFtry.TpltSimpleProvImp.handleDisconnect(TvOutput client) |
void |
EvwServCtrlProvFtry.CtrlProvImp.handleDisconnect(TvOutput client)
Clean up after the client disconnects.
|
void |
BBoardProvFtry.BBoardProvImp.handleDisconnect(TvOutput client)
Clean up after the client disconnects.
|
void |
TpltEvwProvFtry.TpltProvImp.handleDisconnect(TvOutput client)
Clean up after the client disconnects.
|
void |
BBoardProvFtryV010.BBoardProvImp.handleDisconnect(TvOutput client)
Clean up after the client disconnects.
|
void |
QothProvFtry.QothProvImp.handleDisconnect(TvOutput client) |
void |
PublishProv.listSubscriptions(java.lang.String pubTopic,
TvOutput toClient) |
void |
PublishProvFtry.PublishProvImp.listSubscriptions(java.lang.String pubTopic,
TvOutput toClient) |
protected boolean |
QothEvwProv.provideQothService(java.lang.String rsrc,
TvOutput toClient)
Provide quote of the hour service.
|
protected boolean |
QothProvFtry.QothProvImp.provideQothService(java.lang.String rsrc,
TvOutput toClient)
Provide quote of the hour service.
|
protected void |
TpltEvwSimpleProv.provideSysInfoSrvc(TvList msgRec,
TvOutput toClient,
java.lang.String[] srvrCmd)
Provide the System information service.
|
protected void |
TpltEvwSimpleProvFtry.TpltSimpleProvImp.provideSysInfoSrvc(TvList msgRec,
TvOutput toClient,
java.lang.String[] srvrCmd)
Provide the System information service.
|
int |
PublishProv.publish(TvList publication,
TvOutput toPublisher) |
int |
PublishProvFtry.PublishProvImp.publish(TvList publication,
TvOutput toPublisher)
Publish a TvList.
|
boolean |
PublishProv.removeSubscription(TvOutput subscriber,
java.lang.String pubTopic) |
boolean |
PublishProvFtry.PublishProvImp.removeSubscription(TvOutput subscriber,
java.lang.String pubTopic) |
void |
EvwServCtrlProvFtry.SrvrMonitor.sendMemStats(TvOutput bkchnl) |
void |
EvwServCtrlProvFtry.SrvrMonitor.setInterval(int interval,
TvOutput bkchnl,
boolean sendStats) |
| Modifier and Type | Method and Description |
|---|---|
int |
PublishProvFtry.PublishProvImp.publishEx(TvList publication,
java.util.Set<TvOutput> excludeSet)
Publish a TvList with multiple excludes.
|