public class RouterProvFtry.RouterProvImp extends java.lang.Object implements SrvcProvImp
IF_VERSION| Constructor and Description |
|---|
RouterProvFtry.RouterProvImp() |
| Modifier and Type | Method and Description |
|---|---|
int |
dispatchRqst(TvList msgRec,
TvOutput chnl,
java.lang.String[] srvrCmd)
Dispatch client request.
|
void |
handleDisconnect(TvOutput client)
Clean up after the client disconnects.
|
public int dispatchRqst(TvList msgRec, TvOutput chnl, java.lang.String[] srvrCmd)
dispatchRqst in interface SrvcProvImpmsgRec - The client request messagechnl - Connection back to the clientsrvrCmd - Allows a command to be passed back to the server.public void handleDisconnect(TvOutput client)
SrvcProvImphandleDisconnect in interface SrvcProvImpclient - The channel to the client that has disconnected