Class NoOpParameterHandler

  • All Implemented Interfaces:
    ParameterHandler<javax.servlet.http.HttpServletRequest>

    public class NoOpParameterHandler
    extends java.lang.Object
    implements ParameterHandler<javax.servlet.http.HttpServletRequest>
    ParameterHandler implementation that ignores HTTP parameters.

    In the adapter configuration file this class is aliased as jetty-http-ignore-parameters which is the preferred alternative to the fully qualified classname when building your configuration.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleParameters​(AdaptrisMessage message, javax.servlet.http.HttpServletRequest request)
      Handle the parameters from the HTTP request.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoOpParameterHandler

        public NoOpParameterHandler()
    • Method Detail

      • handleParameters

        public void handleParameters​(AdaptrisMessage message,
                                     javax.servlet.http.HttpServletRequest request)
        Description copied from interface: ParameterHandler
        Handle the parameters from the HTTP request.
        Specified by:
        handleParameters in interface ParameterHandler<javax.servlet.http.HttpServletRequest>
        Parameters:
        message - the target AdaptrisMessage.
        request - the request.