Package org.apache.hop.www
Interface IHopServerRequestHandler.IHopServerResponse
-
- Enclosing interface:
- IHopServerRequestHandler
public static interface IHopServerRequestHandler.IHopServerResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwith(String contentType, IHopServerRequestHandler.IOutputStreamResponse response)voidwith(String contentType, IHopServerRequestHandler.IWriterResponse response)voidwithMessage(String text)
-
-
-
Method Detail
-
with
void with(String contentType, IHopServerRequestHandler.IWriterResponse response) throws IOException
- Throws:
IOException
-
with
void with(String contentType, IHopServerRequestHandler.IOutputStreamResponse response) throws IOException
- Throws:
IOException
-
withMessage
void withMessage(String text) throws IOException
- Throws:
IOException
-
-