org.apache.catalina.connector
public class CometEventImpl extends Object implements CometEvent
| Field Summary | |
|---|---|
| protected EventSubType | eventSubType
Event sub type. |
| protected EventType | eventType
Event type. |
| protected Request | request
Associated request. |
| protected Response | response
Associated response. |
| protected static StringManager | sm
The string manager for this package. |
| Constructor Summary | |
|---|---|
| CometEventImpl(Request request, Response response) | |
| Method Summary | |
|---|---|
| void | clear()
Clear the event. |
| void | close() |
| EventSubType | getEventSubType() |
| EventType | getEventType() |
| HttpServletRequest | getHttpServletRequest() |
| HttpServletResponse | getHttpServletResponse() |
| void | setEventSubType(EventSubType eventSubType) |
| void | setEventType(EventType eventType) |
| void | setTimeout(int timeout) |