Uses of Interface
com.mindscapehq.raygun4java.core.IRaygunOnBeforeSend
-
Packages that use IRaygunOnBeforeSend Package Description com.mindscapehq.raygun4java.core com.mindscapehq.raygun4java.core.handlers.offlinesupport com.mindscapehq.raygun4java.core.handlers.requestfilters -
-
Uses of IRaygunOnBeforeSend in com.mindscapehq.raygun4java.core
Classes in com.mindscapehq.raygun4java.core that implement IRaygunOnBeforeSend Modifier and Type Class Description classRaygunOnBeforeSendChainThis is a OnBeforeSend chain handler.Fields in com.mindscapehq.raygun4java.core declared as IRaygunOnBeforeSend Modifier and Type Field Description protected IRaygunOnBeforeSendRaygunClient. onBeforeSendMethods in com.mindscapehq.raygun4java.core that return IRaygunOnBeforeSend Modifier and Type Method Description IRaygunOnBeforeSendRaygunClient. getOnBeforeSend()Methods in com.mindscapehq.raygun4java.core that return types with arguments of type IRaygunOnBeforeSend Modifier and Type Method Description AbstractRaygunSendEventChainFactory<IRaygunOnBeforeSend>RaygunClientFactory. getRaygunOnBeforeSendChainFactory()Methods in com.mindscapehq.raygun4java.core with parameters of type IRaygunOnBeforeSend Modifier and Type Method Description RaygunMessageRaygunOnBeforeSendChain. handle(RaygunClient client, IRaygunOnBeforeSend handler, RaygunMessage message)voidRaygunClient. setOnBeforeSend(IRaygunOnBeforeSend onBeforeSend)Method parameters in com.mindscapehq.raygun4java.core with type arguments of type IRaygunOnBeforeSend Modifier and Type Method Description protected RaygunOnBeforeSendChainRaygunOnBeforeSendChainFactory. create(List<IRaygunOnBeforeSend> handlers)IRaygunClientFactoryIRaygunClientFactory. withBeforeSend(IRaygunSendEventFactory<IRaygunOnBeforeSend> onBeforeSend)RaygunClientFactoryRaygunClientFactory. withBeforeSend(IRaygunSendEventFactory<IRaygunOnBeforeSend> onBeforeSend)Add a RaygunOnBeforeSend handler factory.withBeforeSend(myRaygunOnBeforeSendFactory)Constructor parameters in com.mindscapehq.raygun4java.core with type arguments of type IRaygunOnBeforeSend Constructor Description RaygunOnBeforeSendChain(List<IRaygunOnBeforeSend> handlers) -
Uses of IRaygunOnBeforeSend in com.mindscapehq.raygun4java.core.handlers.offlinesupport
Classes in com.mindscapehq.raygun4java.core.handlers.offlinesupport that implement IRaygunOnBeforeSend Modifier and Type Class Description classRaygunOnFailedSendOfflineStorageHandlerWhen a send failure occurs, this class attempts to write the payload to disk When a send success occurs, it resends any stored payloads on a new threadMethods in com.mindscapehq.raygun4java.core.handlers.offlinesupport that return IRaygunOnBeforeSend Modifier and Type Method Description IRaygunOnBeforeSendRaygunOnFailedSendOfflineStorageHandler. create() -
Uses of IRaygunOnBeforeSend in com.mindscapehq.raygun4java.core.handlers.requestfilters
Classes in com.mindscapehq.raygun4java.core.handlers.requestfilters that implement IRaygunOnBeforeSend Modifier and Type Class Description classAbstractRaygunRequestMapFilter<T>Base class to filter/redact withData from Raygun request mapsclassRaygunDuplicateErrorFilterDuplicate Error filter rejects errors that have already been sent The same instance of this filter must be used for the onBefore and onAfter eventsclassRaygunExcludeExceptionFilterGiven a set of class names, this filter will drop errors that contain any of the classes to exclude in the exception chain.classRaygunExcludeLocalRequestFilterExcludes requests that come from host names starting with "localhost"classRaygunExcludeRequestFilterDiscards the request if it matches the provided filterclassRaygunRequestCookieFilterGiven a list of cookie names, this will replace the cookie values with an optional replacementclassRaygunRequestFormFilterGiven a list of form field names, this will replace the field values with an optional replacementclassRaygunRequestHeaderFilterGiven a list of header names, this will replace the header values with an optional replacementclassRaygunRequestHttpStatusFilterWill filter out errors with the given http status codesclassRaygunRequestQueryStringFilterGiven a list of query string field names, this will replace the field values with an optional replacementclassRaygunStripWrappedExceptionFilterGiven a set of class names, this filter will remove matching exceptions from the exception chain.Methods in com.mindscapehq.raygun4java.core.handlers.requestfilters that return IRaygunOnBeforeSend Modifier and Type Method Description IRaygunOnBeforeSendAbstractRaygunRequestMapFilter. create()IRaygunOnBeforeSendRaygunExcludeExceptionFilter. create()IRaygunOnBeforeSendRaygunExcludeRequestFilter. create()IRaygunOnBeforeSendRaygunStripWrappedExceptionFilter. create()
-