org.glassfish.javaee.services
Class AjpProcessorTaskFactoryProvider
java.lang.Object
com.sun.grizzly.http.ajp.AjpProcessorTaskFactory
org.glassfish.javaee.services.AjpProcessorTaskFactoryProvider
- All Implemented Interfaces:
- com.sun.grizzly.config.ConfigAwareElement<com.sun.grizzly.config.dom.NetworkListener>, com.sun.grizzly.http.ProcessorTaskFactory
@Service(name="grizzly-ajp")
public class AjpProcessorTaskFactoryProvider
- extends com.sun.grizzly.http.ajp.AjpProcessorTaskFactory
- implements com.sun.grizzly.config.ConfigAwareElement<com.sun.grizzly.config.dom.NetworkListener>
Native Grizzly AJP service.
- Author:
- Alexey Stashok
| Fields inherited from class com.sun.grizzly.http.ajp.AjpProcessorTaskFactory |
configuration, REQUEST_SECRET, REQUEST_SECRET2, SHUTDOWN_ENABLED, TOMCAT_AUTHENTICATION, USE_SECRET |
|
Method Summary |
void |
configure(org.jvnet.hk2.component.Habitat habitat,
com.sun.grizzly.config.dom.NetworkListener networkListener)
|
| Methods inherited from class com.sun.grizzly.http.ajp.AjpProcessorTaskFactory |
configure, createProcessorTask, getConfiguration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AjpProcessorTaskFactoryProvider
public AjpProcessorTaskFactoryProvider()
configure
public void configure(org.jvnet.hk2.component.Habitat habitat,
com.sun.grizzly.config.dom.NetworkListener networkListener)
- Specified by:
configure in interface com.sun.grizzly.config.ConfigAwareElement<com.sun.grizzly.config.dom.NetworkListener>
Copyright © 2012 GlassFish Community. All Rights Reserved.