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.
|
String |
getQueryString() |
String |
getRequestUri()
Get the Http request uri underlying Http handshake request.
|
boolean |
isSecure() |
String getHeader(String name)
name - the name of the header.String getRequestUri()
boolean isSecure()
String getQueryString()
Copyright © 2012-2013. All Rights Reserved.