Package org.apache.hop.www
Interface IHopServerRequestHandler
-
- All Known Implementing Classes:
BaseHopServerPlugin
public interface IHopServerRequestHandler- See Also:
BaseHopServerPlugin
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIHopServerRequestHandler.IHopServerRequeststatic interfaceIHopServerRequestHandler.IHopServerResponsestatic interfaceIHopServerRequestHandler.IOutputStreamResponsestatic interfaceIHopServerRequestHandler.IWriterResponse
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleRequest(IHopServerRequestHandler.IHopServerRequest request)
-
-
-
Method Detail
-
handleRequest
void handleRequest(IHopServerRequestHandler.IHopServerRequest request) throws IOException
- Throws:
IOException
-
-