Interface IHttpConnectionHandler
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
AbstractConnectionHandler,HttpConnectionHandlerImpl
Defines the http connection handler
-
Method Summary
Modifier and TypeMethodDescriptionvoidinit(Socket socket, IHttpService httpService, IHttpServerInformation httpServerInformation, IHttpServerLogger httpServerLogger, IHttpAccessLogger httpAccessLogger) Initialise the connection handler
-
Method Details
-
init
void init(Socket socket, IHttpService httpService, IHttpServerInformation httpServerInformation, IHttpServerLogger httpServerLogger, IHttpAccessLogger httpAccessLogger) Initialise the connection handler- Parameters:
socket- the sockethttpService- the http servicehttpServerInformation- the http server informationhttpServerLogger- the http server loggerhttpAccessLogger- the http access logger
-