Class RequestExceptionEventListener

  • All Implemented Interfaces:
    org.glassfish.jersey.server.monitoring.ApplicationEventListener

    @Provider
    public class RequestExceptionEventListener
    extends Object
    implements org.glassfish.jersey.server.monitoring.ApplicationEventListener
    Listen and dispatch ApplicationEvent.
    Author:
    poirigui
    • Constructor Detail

      • RequestExceptionEventListener

        public RequestExceptionEventListener()
    • Method Detail

      • onEvent

        public void onEvent​(org.glassfish.jersey.server.monitoring.ApplicationEvent applicationEvent)
        Specified by:
        onEvent in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener
      • onRequest

        public org.glassfish.jersey.server.monitoring.RequestEventListener onRequest​(org.glassfish.jersey.server.monitoring.RequestEvent requestEvent)
        Specified by:
        onRequest in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener