Uses of Class
com.predic8.membrane.core.exchange.snapshots.AbstractExchangeSnapshot
Packages that use AbstractExchangeSnapshot
Package
Description
-
Uses of AbstractExchangeSnapshot in com.predic8.membrane.core.exchange.snapshots
Subclasses of AbstractExchangeSnapshot in com.predic8.membrane.core.exchange.snapshotsMethods in com.predic8.membrane.core.exchange.snapshots with type parameters of type AbstractExchangeSnapshotModifier and TypeMethodDescription<T extends AbstractExchangeSnapshot>
TAbstractExchangeSnapshot.updateFrom(AbstractExchange source, Interceptor.Flow flow) Methods in com.predic8.membrane.core.exchange.snapshots with parameters of type AbstractExchangeSnapshotModifier and TypeMethodDescriptionstatic voidDynamicAbstractExchangeSnapshot.addObservers(AbstractExchange exc, AbstractExchangeSnapshot excCopy, ExceptionThrowingConsumer<AbstractExchangeSnapshot> callback, Interceptor.Flow flow) static voidDynamicAbstractExchangeSnapshot.update(ExceptionThrowingConsumer<AbstractExchangeSnapshot> callback, AbstractExchangeSnapshot excCopy, AbstractExchange exc, Interceptor.Flow flow) Method parameters in com.predic8.membrane.core.exchange.snapshots with type arguments of type AbstractExchangeSnapshotModifier and TypeMethodDescriptionstatic voidDynamicAbstractExchangeSnapshot.addObservers(AbstractExchange exc, AbstractExchangeSnapshot excCopy, ExceptionThrowingConsumer<AbstractExchangeSnapshot> callback, Interceptor.Flow flow) static voidDynamicAbstractExchangeSnapshot.update(ExceptionThrowingConsumer<AbstractExchangeSnapshot> callback, AbstractExchangeSnapshot excCopy, AbstractExchange exc, Interceptor.Flow flow) Constructors in com.predic8.membrane.core.exchange.snapshots with parameters of type AbstractExchangeSnapshotModifierConstructorDescriptionMessageSnapshot(Message msg, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, AbstractExchangeSnapshot aes, BodyCollectingMessageObserver.Strategy strategy, long limit) RequestSnapshot(Request request, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, AbstractExchangeSnapshot aes, BodyCollectingMessageObserver.Strategy strategy, long limit) ResponseSnapshot(Response response, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, AbstractExchangeSnapshot aes, BodyCollectingMessageObserver.Strategy strategy, long limit) Constructor parameters in com.predic8.membrane.core.exchange.snapshots with type arguments of type AbstractExchangeSnapshotModifierConstructorDescriptionAbstractExchangeSnapshot(AbstractExchange exc, Interceptor.Flow flow, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, BodyCollectingMessageObserver.Strategy strategy, long limit) DynamicAbstractExchangeSnapshot(AbstractExchange exc, Interceptor.Flow flow, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, BodyCollectingMessageObserver.Strategy strategy, long limit) MessageSnapshot(Message msg, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, AbstractExchangeSnapshot aes, BodyCollectingMessageObserver.Strategy strategy, long limit) RequestSnapshot(Request request, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, AbstractExchangeSnapshot aes, BodyCollectingMessageObserver.Strategy strategy, long limit) ResponseSnapshot(Response response, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, AbstractExchangeSnapshot aes, BodyCollectingMessageObserver.Strategy strategy, long limit) -
Uses of AbstractExchangeSnapshot in com.predic8.membrane.core.exchangestore
Methods in com.predic8.membrane.core.exchangestore that return AbstractExchangeSnapshot -
Uses of AbstractExchangeSnapshot in com.predic8.membrane.core.interceptor.oauth2client
Methods in com.predic8.membrane.core.interceptor.oauth2client that return AbstractExchangeSnapshotModifier and TypeMethodDescriptionprotected AbstractExchangeSnapshotOriginalExchangeStore.getTrimmedAbstractExchangeSnapshot(Exchange exchangeToStore, int limit) CookieOriginialExchangeStore.reconstruct(Exchange exchange, Session session, String state) MemcachedOriginalExchangeStore.reconstruct(Exchange exchange, Session session, String state) abstract AbstractExchangeSnapshotOriginalExchangeStore.reconstruct(Exchange exchange, Session session, String state) RedisOriginalExchangeStore.reconstruct(Exchange exchange, Session session, String state) SessionOriginalExchangeStore.reconstruct(Exchange exchange, Session session, String state)