public interface RequestAdapter
Modifier and Type | Method and Description |
---|---|
String |
getAuthType() |
int |
getContentLength() |
String |
getContextPath() |
String |
getHeader(String key) |
Enumeration<String> |
getHeaderNames() |
InputStream |
getInputStream() |
String |
getMethod() |
String |
getProtocol() |
String |
getQueryString() |
String |
getRealPath(String relPath) |
String |
getRemoteAddr() |
String |
getRemoteUser() |
String |
getRequestURI() |
String |
getServerName() |
int |
getServerPort() |
String |
getServletPath() |
InputStream getInputStream()
String getRequestURI()
String getMethod()
String getServerName()
int getServerPort()
String getRemoteAddr()
String getRemoteUser()
String getAuthType()
String getProtocol()
String getQueryString()
String getServletPath()
String getContextPath()
int getContentLength()
Enumeration<String> getHeaderNames()
Copyright © 2009-2012 Julien Rialland, and the jFastCGI project developpers.. All Rights Reserved.