|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The RequestHandler interface
The registered request handle will be responsible to process a particular request from a specific device channel. This interface should also detail the extension points for all channel drivers.
Any object implementing this interface will have to provide:
Method Summary | |
void |
processRequest(ChannelContext channelContext)
The main API invoked to begin the process flow required to perform requests from the client to the server |
void |
processSessionRequest(ChannelContext channelContext)
The main API invoked to begin the process flow required to establish a session between the client and the server |
Method Detail |
public void processRequest(ChannelContext channelContext)
channelContext
- com.ibm.dse.clientserver.ChannelContextpublic void processSessionRequest(ChannelContext channelContext)
channelContext
- com.ibm.dse.clientserver.ChannelContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |