Package org.apache.hop.www
Interface IHopServerRequestHandler.IOutputStreamResponse
-
- Enclosing interface:
- IHopServerRequestHandler
public static interface IHopServerRequestHandler.IOutputStreamResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(OutputStream outputStream)
-
-
-
Method Detail
-
write
void write(OutputStream outputStream) throws IOException
- Throws:
IOException
-
-