|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CometController
Public API to control a comet connection.
Method Summary | |
---|---|
void |
close()
Deprecated. Closes the connection. |
java.lang.Object |
getAttribute(java.lang.String name)
Deprecated. Gets a request attribute. |
long |
getMaxIdleTime()
Deprecated. Gets the max idle time. |
boolean |
isClosed()
Deprecated. Returns true if the connection is closed. |
void |
removeAttribute(java.lang.String name)
Deprecated. Remove a request attribute. |
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Deprecated. Sets a request attribute. |
void |
setMaxIdleTime(long idleTime)
Deprecated. Sets the max idle time. |
boolean |
wake()
Deprecated. Wakes the connection. |
Method Detail |
---|
void setMaxIdleTime(long idleTime)
long getMaxIdleTime()
java.lang.Object getAttribute(java.lang.String name)
void setAttribute(java.lang.String name, java.lang.Object value)
void removeAttribute(java.lang.String name)
boolean wake()
boolean isClosed()
void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |