Class CommunicationLogHandlerWrapper

  • All Implemented Interfaces:
    org.eclipse.jetty.server.Handler , org.eclipse.jetty.server.HandlerContainer , org.eclipse.jetty.util.component.Container , org.eclipse.jetty.util.component.Destroyable , org.eclipse.jetty.util.component.Dumpable , org.eclipse.jetty.util.component.Dumpable.DumpableContainer , org.eclipse.jetty.util.component.LifeCycle

    
    public class CommunicationLogHandlerWrapper
    extends HandlerWrapper
                        

    HandlerWrapper which enables CommunicationLog capabilities for requests and responses.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void handle(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response)
      • Methods inherited from class org.eclipse.jetty.server.handler.HandlerWrapper

        destroy, getHandler, getHandlers, insertHandler, setHandler
      • Methods inherited from class org.eclipse.jetty.server.handler.AbstractHandlerContainer

        findContainerOf, getChildHandlerByClass, getChildHandlers, getChildHandlersByClass, setServer
      • Methods inherited from class org.eclipse.jetty.server.handler.AbstractHandler

        getServer
      • Methods inherited from class org.eclipse.jetty.util.component.ContainerLifeCycle

        addBean, addEventListener, addManaged, contains, dump, dump, dumpStdErr, getBean, getBeans, getBeans, getContainedBeans, isAuto, isManaged, isUnmanaged, manage, removeBean, removeBeans, removeEventListener, setBeans, unmanage, updateBean, updateBeans
      • Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle

        getEventListeners, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, setEventListeners, toString
      • Methods inherited from class org.eclipse.jetty.util.component.Container

        getCachedBeans
      • Methods inherited from class org.eclipse.jetty.util.component.Dumpable.DumpableContainer

        isDumpable
      • Methods inherited from class org.eclipse.jetty.util.component.Dumpable

        dumpContainer, dumpIterable, dumpMapEntries, dumpObject, dumpSelf, named
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • handle

         void handle(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response)