Uses of Interface
kieker.analysis.generic.source.IAccessHandler
Packages that use IAccessHandler
Package
Description
Containing all record/event source stages of Kieker based on TeeTime.
-
Uses of IAccessHandler in kieker.analysis.generic.source
Classes in kieker.analysis.generic.source that implement IAccessHandlerModifier and TypeClassDescriptionclassAllow access regardless of the specified ip address.classThe network access handler accepts a list of network patterns which it checks every time acceptRemoteIpAddress is called. -
Uses of IAccessHandler in kieker.analysis.generic.source.rest
Constructors in kieker.analysis.generic.source.rest with parameters of type IAccessHandlerModifierConstructorDescriptionRestService(RestServiceStage stage, String hostname, int port, IAccessHandler accessHandler) Create a new rest service.RestServiceStage(String hostname, int port, IAccessHandler accessRestrictionHandler) Create a rest service stage. -
Uses of IAccessHandler in kieker.tools.source
Constructors in kieker.tools.source with parameters of type IAccessHandlerModifierConstructorDescriptionRestServiceCompositeStage(String hostname, int port, IAccessHandler accessHandler) Create a source composite stage for rest services.