public interface CometController
Modifier and Type | Method and Description |
---|---|
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.
|
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()