Uses of Interface
ch.qos.logback.access.common.spi.IAccessEvent
Packages that use IAccessEvent
Package
Description
This is logback access' main package.
Contains classes to format log output in HTML.
Contains the Joran configuration classes
Provides a robust appender that serves logging events to remote clients
Provides classes implementing format specifiers in conversion patterns.
Contains the core classes of logback access.
This is logback access' implementation for Jetty 8.
This is logback access' implementation for Tomcat.
-
Uses of IAccessEvent in ch.qos.logback.access.common
Subclasses with type arguments of type IAccessEvent in ch.qos.logback.access.commonModifier and TypeClassDescriptionclassThis class is a module-specific implementation ofPatternLayoutto allow http-specific patterns to be used.classMethods in ch.qos.logback.access.common with parameters of type IAccessEvent -
Uses of IAccessEvent in ch.qos.logback.access.common.boolex
Subclasses with type arguments of type IAccessEvent in ch.qos.logback.access.common.boolexModifier and TypeClassDescriptionclassA very simpleEventEvaluatorwhich checks whether the status ofaccess eventis equal to a status code given as a parameter.classA very simpleEventEvaluatorwhich checks whether the status ofaccess eventis equal to a status code given as a parameter.classMethods in ch.qos.logback.access.common.boolex with parameters of type IAccessEventModifier and TypeMethodDescriptionbooleanRequestURIEventEvaluator.evaluate(IAccessEvent iAccessEvent) booleanStatusCodeEventEvaluator.evaluate(IAccessEvent iAccessEvent) booleanStubEventEvaluator.evaluate(IAccessEvent iAccessEvent) -
Uses of IAccessEvent in ch.qos.logback.access.common.filter
Subclasses with type arguments of type IAccessEvent in ch.qos.logback.access.common.filterMethods in ch.qos.logback.access.common.filter with parameters of type IAccessEventModifier and TypeMethodDescriptionch.qos.logback.core.spi.FilterReplyCountingFilter.decide(IAccessEvent event) -
Uses of IAccessEvent in ch.qos.logback.access.common.html
Subclasses with type arguments of type IAccessEvent in ch.qos.logback.access.common.htmlMethods in ch.qos.logback.access.common.html with parameters of type IAccessEvent -
Uses of IAccessEvent in ch.qos.logback.access.common.joran
Subclasses with type arguments of type IAccessEvent in ch.qos.logback.access.common.joranModifier and TypeClassDescriptionclassThis JoranConfiguratorclass adds rules specific to logback-access. -
Uses of IAccessEvent in ch.qos.logback.access.common.net
Subclasses with type arguments of type IAccessEvent in ch.qos.logback.access.common.netModifier and TypeClassDescriptionclassSend an e-mail when a specific access event occurs, typically when certain pages are accessed.classSendsIAccessEventobjects to a remote a log server, usually aSocketNode.classASocketAppenderthat supports SSL.Classes in ch.qos.logback.access.common.net that implement interfaces with type arguments of type IAccessEventMethods in ch.qos.logback.access.common.net that return types with arguments of type IAccessEventModifier and TypeMethodDescriptionch.qos.logback.core.spi.PreSerializationTransformer<IAccessEvent> SocketAppender.getPST()ch.qos.logback.core.spi.PreSerializationTransformer<IAccessEvent> SSLSocketAppender.getPST()protected ch.qos.logback.core.Layout<IAccessEvent> SMTPAppender.makeSubjectLayout(String subjectStr) Methods in ch.qos.logback.access.common.net with parameters of type IAccessEventModifier and TypeMethodDescriptionbooleanURLEvaluator.evaluate(IAccessEvent event) protected booleanSMTPAppender.eventMarksEndOfLife(IAccessEvent eventObject) protected voidSocketAppender.postProcessEvent(IAccessEvent event) protected voidSSLSocketAppender.postProcessEvent(IAccessEvent event) protected voidSMTPAppender.subAppend(ch.qos.logback.core.helpers.CyclicBuffer<IAccessEvent> cb, IAccessEvent event) Perform SMTPAppender specific appending actions, mainly adding the event to the appropriate cyclic buffer.AccessEventPreSerializationTransformer.transform(IAccessEvent event) Method parameters in ch.qos.logback.access.common.net with type arguments of type IAccessEventModifier and TypeMethodDescriptionprotected voidSMTPAppender.fillBuffer(ch.qos.logback.core.helpers.CyclicBuffer<IAccessEvent> cb, StringBuffer sbuf) protected voidSMTPAppender.subAppend(ch.qos.logback.core.helpers.CyclicBuffer<IAccessEvent> cb, IAccessEvent event) Perform SMTPAppender specific appending actions, mainly adding the event to the appropriate cyclic buffer.Constructor parameters in ch.qos.logback.access.common.net with type arguments of type IAccessEventModifierConstructorDescriptionSMTPAppender(ch.qos.logback.core.boolex.EventEvaluator<IAccessEvent> evaluator) Useevaluatorpassed as parameter as theEventEvaluatorfor this SMTPAppender. -
Uses of IAccessEvent in ch.qos.logback.access.common.net.server
Subclasses with type arguments of type IAccessEvent in ch.qos.logback.access.common.net.serverModifier and TypeClassDescriptionclassAn appender that listens on a TCP port for connections from remote loggers.classAn appender that listens on a TCP port for connections from remote loggers.Methods in ch.qos.logback.access.common.net.server that return types with arguments of type IAccessEventModifier and TypeMethodDescriptionprotected ch.qos.logback.core.spi.PreSerializationTransformer<IAccessEvent> ServerSocketAppender.getPST()protected ch.qos.logback.core.spi.PreSerializationTransformer<IAccessEvent> SSLServerSocketAppender.getPST()Methods in ch.qos.logback.access.common.net.server with parameters of type IAccessEventModifier and TypeMethodDescriptionprotected voidServerSocketAppender.postProcessEvent(IAccessEvent event) protected voidSSLServerSocketAppender.postProcessEvent(IAccessEvent event) -
Uses of IAccessEvent in ch.qos.logback.access.common.pattern
Subclasses with type arguments of type IAccessEvent in ch.qos.logback.access.common.patternClasses in ch.qos.logback.access.common.pattern that implement interfaces with type arguments of type IAccessEventMethods in ch.qos.logback.access.common.pattern with parameters of type IAccessEventModifier and TypeMethodDescriptionContentLengthConverter.convert(IAccessEvent accessEvent) DateConverter.convert(IAccessEvent accessEvent) ElapsedSecondsConverter.convert(IAccessEvent accessEvent) ElapsedTimeConverter.convert(IAccessEvent accessEvent) FullRequestConverter.convert(IAccessEvent ae) FullResponseConverter.convert(IAccessEvent ae) LineSeparatorConverter.convert(IAccessEvent event) LocalIPAddressConverter.convert(IAccessEvent accessEvent) LocalPortConverter.convert(IAccessEvent accessEvent) NAConverter.convert(IAccessEvent accessEvent) QueryStringConverter.convert(IAccessEvent accessEvent) RemoteHostConverter.convert(IAccessEvent accessEvent) RemoteIPAddressConverter.convert(IAccessEvent accessEvent) RemoteUserConverter.convert(IAccessEvent accessEvent) RequestAttributeConverter.convert(IAccessEvent accessEvent) RequestContentConverter.convert(IAccessEvent accessEvent) RequestCookieConverter.convert(IAccessEvent accessEvent) RequestHeaderConverter.convert(IAccessEvent accessEvent) RequestMethodConverter.convert(IAccessEvent accessEvent) RequestParameterConverter.convert(IAccessEvent accessEvent) RequestProtocolConverter.convert(IAccessEvent accessEvent) RequestURIConverter.convert(IAccessEvent accessEvent) RequestURLConverter.convert(IAccessEvent accessEvent) ResponseContentConverter.convert(IAccessEvent accessEvent) ResponseHeaderConverter.convert(IAccessEvent accessEvent) ServerNameConverter.convert(IAccessEvent accessEvent) SessionIDConverter.convert(IAccessEvent accessEvent) StatusCodeConverter.convert(IAccessEvent accessEvent) ThreadNameConverter.convert(IAccessEvent accessEvent) Method parameters in ch.qos.logback.access.common.pattern with type arguments of type IAccessEventModifier and TypeMethodDescriptionvoidEnsureLineSeparation.process(ch.qos.logback.core.Context context, ch.qos.logback.core.pattern.Converter<IAccessEvent> head) Add a line separator converter so that access event appears on a separate line. -
Uses of IAccessEvent in ch.qos.logback.access.common.sift
Subclasses with type arguments of type IAccessEvent in ch.qos.logback.access.common.siftModifier and TypeClassDescriptionclassAccessEventDiscriminator's job is to return the value of a designated field in anIAccessEventinstance.classThis appender can contain other appenders which it can build dynamically depending on MDC values.Methods in ch.qos.logback.access.common.sift with parameters of type IAccessEventModifier and TypeMethodDescriptionprotected booleanSiftingAppender.eventMarksEndOfLife(IAccessEvent event) AccessEventDiscriminator.getDiscriminatingValue(IAccessEvent acccessEvent) AccessEventDiscriminator.getRawDiscriminatingValue(IAccessEvent acccessEvent) protected longSiftingAppender.getTimestamp(IAccessEvent event) Method parameters in ch.qos.logback.access.common.sift with type arguments of type IAccessEventModifier and TypeMethodDescriptionvoidSiftingAppender.setDiscriminator(ch.qos.logback.core.sift.Discriminator<IAccessEvent> discriminator) -
Uses of IAccessEvent in ch.qos.logback.access.common.spi
Classes in ch.qos.logback.access.common.spi that implement IAccessEventModifier and TypeClassDescriptionclassThis class is the implementation of theIAccessEventinterface.Classes in ch.qos.logback.access.common.spi that implement interfaces with type arguments of type IAccessEventModifier and TypeClassDescriptionclassA minimal context implementation used by certain logback-access components, mainly SocketServer.classA minimal context implementation used by certain logback-access components, mainly SocketServer.Methods in ch.qos.logback.access.common.spi that return types with arguments of type IAccessEventModifier and TypeMethodDescriptionch.qos.logback.core.Appender<IAccessEvent> AccessContext.getAppender(String name) List<ch.qos.logback.core.filter.Filter<IAccessEvent>> AccessContext.getCopyOfAttachedFiltersList()Iterator<ch.qos.logback.core.Appender<IAccessEvent>> AccessContext.iteratorForAppenders()Methods in ch.qos.logback.access.common.spi with parameters of type IAccessEventModifier and TypeMethodDescriptionvoidAccessContext.callAppenders(IAccessEvent event) ch.qos.logback.core.spi.FilterReplyAccessContext.getFilterChainDecision(IAccessEvent event) Method parameters in ch.qos.logback.access.common.spi with type arguments of type IAccessEventModifier and TypeMethodDescriptionvoidAccessContext.addAppender(ch.qos.logback.core.Appender<IAccessEvent> newAppender) voidAccessContext.addFilter(ch.qos.logback.core.filter.Filter<IAccessEvent> newFilter) booleanAccessContext.detachAppender(ch.qos.logback.core.Appender<IAccessEvent> appender) booleanAccessContext.isAttached(ch.qos.logback.core.Appender<IAccessEvent> appender) -
Uses of IAccessEvent in ch.qos.logback.access.jetty
Classes in ch.qos.logback.access.jetty that implement interfaces with type arguments of type IAccessEventModifier and TypeClassDescriptionclassThis class is logback's implementation of jetty's RequestLog interface.classThis class is logback's implementation of jetty's RequestLog interface.Methods in ch.qos.logback.access.jetty that return types with arguments of type IAccessEventModifier and TypeMethodDescriptionch.qos.logback.core.Appender<IAccessEvent> RequestLogImpl.getAppender(String name) List<ch.qos.logback.core.filter.Filter<IAccessEvent>> RequestLogImpl.getCopyOfAttachedFiltersList()Iterator<ch.qos.logback.core.Appender<IAccessEvent>> RequestLogImpl.iteratorForAppenders()Methods in ch.qos.logback.access.jetty with parameters of type IAccessEventModifier and TypeMethodDescriptionch.qos.logback.core.spi.FilterReplyRequestLogImpl.getFilterChainDecision(IAccessEvent event) Method parameters in ch.qos.logback.access.jetty with type arguments of type IAccessEventModifier and TypeMethodDescriptionvoidRequestLogImpl.addAppender(ch.qos.logback.core.Appender<IAccessEvent> newAppender) voidRequestLogImpl.addFilter(ch.qos.logback.core.filter.Filter<IAccessEvent> newFilter) booleanRequestLogImpl.detachAppender(ch.qos.logback.core.Appender<IAccessEvent> appender) booleanRequestLogImpl.isAttached(ch.qos.logback.core.Appender<IAccessEvent> appender) -
Uses of IAccessEvent in ch.qos.logback.access.tomcat
Classes in ch.qos.logback.access.tomcat that implement interfaces with type arguments of type IAccessEventModifier and TypeClassDescriptionclassThis class is an implementation of tomcat's Valve interface, by extending ValveBase.classThis class is an implementation of tomcat's Valve interface, by extending ValveBase.Methods in ch.qos.logback.access.tomcat that return types with arguments of type IAccessEventModifier and TypeMethodDescriptionch.qos.logback.core.Appender<IAccessEvent> LogbackValve.getAppender(String name) List<ch.qos.logback.core.filter.Filter<IAccessEvent>> LogbackValve.getCopyOfAttachedFiltersList()Iterator<ch.qos.logback.core.Appender<IAccessEvent>> LogbackValve.iteratorForAppenders()Methods in ch.qos.logback.access.tomcat with parameters of type IAccessEventModifier and TypeMethodDescriptionch.qos.logback.core.spi.FilterReplyLogbackValve.getFilterChainDecision(IAccessEvent event) Method parameters in ch.qos.logback.access.tomcat with type arguments of type IAccessEventModifier and TypeMethodDescriptionvoidLogbackValve.addAppender(ch.qos.logback.core.Appender<IAccessEvent> newAppender) voidLogbackValve.addFilter(ch.qos.logback.core.filter.Filter<IAccessEvent> newFilter) booleanLogbackValve.detachAppender(ch.qos.logback.core.Appender<IAccessEvent> appender) booleanLogbackValve.isAttached(ch.qos.logback.core.Appender<IAccessEvent> appender)