public class HTTPTunnelRequest extends TunnelRequest
TunnelRequest.TypeAUDIO_PARAMETER, AUTH_PROVIDER_IDENTIFIER_PARAMETER, AUTH_TOKEN_PARAMETER, DPI_PARAMETER, HEIGHT_PARAMETER, IDENTIFIER_PARAMETER, TYPE_PARAMETER, VIDEO_PARAMETER, WIDTH_PARAMETER| Constructor and Description |
|---|
HTTPTunnelRequest(javax.servlet.http.HttpServletRequest request)
Creates a TunnelRequest implementation which delegates parameter and
session retrieval to the given HttpServletRequest.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getParameter(String name)
Returns the value of the parameter having the given name.
|
List<String> |
getParameterValues(String name)
Returns a list of all values specified for the given parameter.
|
getAudioMimetypes, getAuthenticationProviderIdentifier, getAuthenticationToken, getDPI, getHeight, getIdentifier, getIntegerParameter, getRequiredParameter, getType, getVideoMimetypes, getWidthpublic HTTPTunnelRequest(javax.servlet.http.HttpServletRequest request)
request - The HttpServletRequest to wrap.public String getParameter(String name)
TunnelRequestgetParameter in class TunnelRequestname - The name of the parameter to return.public List<String> getParameterValues(String name)
TunnelRequestgetParameterValues in class TunnelRequestname - The name of the parameter to return.Copyright © 2015. All rights reserved.