Added Methods |
ServerHttpAsyncRequestControl getAsyncRequestControl(ServerHttpResponse )
|
Return a control that allows putting the request in asynchronous mode so the
response remains open until closed explicitly from the current or another thread. |
InetSocketAddress getLocalAddress()
|
Return the address on which the request was received. |
Principal getPrincipal()
|
Return a java.security.Principal instance containing the name of the
authenticated user. |
InetSocketAddress getRemoteAddress()
|
Return the address of the remote client. |