Interface IHttpConnectionHandler

    • Method Detail

      • init

        void init​(java.net.Socket socket,
                  IHttpService httpService,
                  IHttpServerInformation httpServerInformation,
                  IHttpServerLogger httpServerLogger,
                  IHttpAccessLogger httpAccessLogger)
        Initialise the connection handler
        Parameters:
        socket - the socket
        httpService - the http service
        httpServerInformation - the http server information
        httpServerLogger - the http server logger
        httpAccessLogger - the http access logger