public interface DuplexContext
Modifier and Type | Method and Description |
---|---|
void |
complete()
Complete and close the connection.
|
ServletRequest |
getRequest()
Returns the original servlet request.
|
ServletResponse |
getResponse()
Returns the original servlet response.
|
long |
getTimeout()
Gets the read timeout.
|
void |
setTimeout(long timeout)
Sets the read timeout.
|
ServletRequest getRequest()
ServletResponse getResponse()
void setTimeout(long timeout)
long getTimeout()
void complete()