Interface IHttpConnectionHandler
-
- All Superinterfaces:
java.lang.Runnable
- All Known Implementing Classes:
AbstractConnectionHandler,HttpConnectionHandlerImpl
public interface IHttpConnectionHandler extends java.lang.RunnableDefines the http connection handler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(java.net.Socket socket, IHttpService httpService, IHttpServerInformation httpServerInformation, IHttpServerLogger httpServerLogger, IHttpAccessLogger httpAccessLogger)Initialise the connection handler
-
-
-
Method Detail
-
init
void init(java.net.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
-
-