Class AjpAprProtocol

  • All Implemented Interfaces:
    javax.management.MBeanRegistration, ProtocolHandler

    public class AjpAprProtocol
    extends AbstractAjpProtocol<java.lang.Long>
    This the APR/native based protocol handler implementation for AJP.
    • Constructor Detail

      • AjpAprProtocol

        public AjpAprProtocol()
    • Method Detail

      • getLog

        protected Log getLog()
        Description copied from class: AbstractProtocol
        Concrete implementations need to provide access to their logger to be used by the abstract classes.
        Specified by:
        getLog in class AbstractProtocol<java.lang.Long>
        Returns:
        the logger
      • getPollTime

        public int getPollTime()
      • setPollTime

        public void setPollTime​(int pollTime)
      • getNamePrefix

        protected java.lang.String getNamePrefix()
        Description copied from class: AbstractProtocol
        Obtain the prefix to be used when construction a name for this protocol handler. The name will be prefix-address-port.
        Specified by:
        getNamePrefix in class AbstractProtocol<java.lang.Long>
        Returns:
        the prefix