org.glassfish.javaee.services
Class AjpProcessorTaskFactoryProvider

java.lang.Object
  extended by com.sun.grizzly.http.ajp.AjpProcessorTaskFactory
      extended by 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

Field Summary
 
Fields inherited from class com.sun.grizzly.http.ajp.AjpProcessorTaskFactory
configuration, REQUEST_SECRET, REQUEST_SECRET2, SHUTDOWN_ENABLED, TOMCAT_AUTHENTICATION, USE_SECRET
 
Constructor Summary
AjpProcessorTaskFactoryProvider()
           
 
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
 

Constructor Detail

AjpProcessorTaskFactoryProvider

public AjpProcessorTaskFactoryProvider()
Method Detail

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.