Package org.apache.hop.www
Interface IHopServerRequestHandler.IHopServerRequest
-
- Enclosing interface:
- IHopServerRequestHandler
public static interface IHopServerRequestHandler.IHopServerRequest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHeader(String name)Map<String,Collection<String>>getHeaders()InputStreamgetInputStream()StringgetMethod()StringgetParameter(String name)Map<String,Collection<String>>getParameters()IHopServerRequestHandler.IHopServerResponserespond(int status)
-
-
-
Method Detail
-
getMethod
String getMethod()
-
getHeaders
Map<String,Collection<String>> getHeaders()
-
getParameters
Map<String,Collection<String>> getParameters()
-
getInputStream
InputStream getInputStream() throws IOException
- Throws:
IOException
-
respond
IHopServerRequestHandler.IHopServerResponse respond(int status)
-
-