|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMultithreadedDirectResponse
An interface that a multithreaded channel that wants to have direct access to the HttpServletResponse object must implement.
Method Summary | |
---|---|
void |
setResponse(java.lang.String uid,
javax.servlet.http.HttpServletResponse response)
Deprecated. Sets the HttpServletResponse for the channel to use. |
Method Detail |
---|
void setResponse(java.lang.String uid, javax.servlet.http.HttpServletResponse response)
uid
- The unique ID of the channelresponse
- The HttpServletResponse for the channel to use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |