public interface RequestProcessingAbstractFactory
Modifier and Type | Method and Description |
---|---|
RequestHandler |
createRequestHandler(RequestListenerService rls)
In ThreadPerConnection mode this method will be called by
RequestListenerService when new connection is opened.
|
RequestHandler createRequestHandler(RequestListenerService rls)
In ThreadPerConnection mode this method will be called by RequestListenerService when new connection is opened. This creates one RequestHandler for each connection.
rls
-