Uses of Interface
org.apache.synapse.transport.passthru.StreamInterceptor
Packages that use StreamInterceptor
Package
Description
-
Uses of StreamInterceptor in org.apache.synapse.transport.passthru
Classes in org.apache.synapse.transport.passthru that implement StreamInterceptorModifier and TypeClassDescriptionclassDefault class implementing the methods ofStreamInterceptor.classSample stream interceptor, which intercepts source and target request to print the stream passing via the engine.Constructor parameters in org.apache.synapse.transport.passthru with type arguments of type StreamInterceptorModifierConstructorDescriptionSourceHandler(SourceConfiguration sourceConfiguration, List<StreamInterceptor> streamInterceptors) TargetHandler(DeliveryAgent deliveryAgent, ClientConnFactory connFactory, TargetConfiguration configuration, List<StreamInterceptor> interceptors) -
Uses of StreamInterceptor in org.apache.synapse.transport.passthru.util
Methods in org.apache.synapse.transport.passthru.util that return types with arguments of type StreamInterceptorModifier and TypeMethodDescriptionstatic List<StreamInterceptor> StreamInterceptorsLoader.getInterceptors()Load and get all synapse interceptors