public interface SrvcProvImp
This interface describes the service provider implementation returned by service provider factories.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IF_VERSION
Interface version
|
| Modifier and Type | Method and Description |
|---|---|
int |
dispatchRqst(TvList msgRec,
TvOutput client,
java.lang.String[] srvrCmd)
Process a client request message.
|
void |
handleDisconnect(TvOutput client)
Clean up after the client disconnects.
|
int dispatchRqst(TvList msgRec, TvOutput client, java.lang.String[] srvrCmd)
msgRec - The client request messageclient - Connection back to the clientsrvrCmd - Allows a command to be passed back to the server.void handleDisconnect(TvOutput client)
client - The channel to the client that has disconnected