public interface SPIHandshakeRequest
| Modifier and Type | Method and Description |
|---|---|
String |
getHeader(String name)
Get the Http Header value for the given header name
in the underlying Http handshake request.
|
Map<String,List<String>> |
getParameterMap()
Return the request parameters associated with the request.
|
String |
getQueryString()
Get query string.
|
String |
getRequestUri()
Get the Http request uri underlying Http handshake request.
|
Principal |
getUserPrincipal()
Get user
Principal. |
boolean |
isSecure()
Get information about underlying connection.
|
String getHeader(String name)
name - the name of the header.String getRequestUri()
boolean isSecure()
true when connection is secuded, false otherwise.String getQueryString()
Copyright © 2012-2013. All Rights Reserved.