Class FakeRule
java.lang.Object
com.predic8.membrane.core.exchange.snapshots.FakeRule
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getKey()getName()voidbooleanisActive()booleanbooleanbooleanvoidsetBlockRequest(boolean blockStatus) voidsetBlockResponse(boolean blockStatus) voidsetInterceptors(List<Interceptor> interceptors) voidvoidtoString()
-
Constructor Details
-
FakeRule
-
FakeRule
-
-
Method Details
-
toString
-
getInterceptors
- Specified by:
getInterceptorsin interfaceRule
-
setInterceptors
- Specified by:
setInterceptorsin interfaceRule
-
isBlockRequest
public boolean isBlockRequest()- Specified by:
isBlockRequestin interfaceRule
-
isBlockResponse
public boolean isBlockResponse()- Specified by:
isBlockResponsein interfaceRule
-
getKey
-
setKey
-
setName
-
getName
-
setBlockRequest
public void setBlockRequest(boolean blockStatus) - Specified by:
setBlockRequestin interfaceRule
-
setBlockResponse
public void setBlockResponse(boolean blockStatus) - Specified by:
setBlockResponsein interfaceRule
-
getStatisticCollector
- Specified by:
getStatisticCollectorin interfaceRule
-
getSslInboundContext
- Specified by:
getSslInboundContextin interfaceRule
-
getSslOutboundContext
- Specified by:
getSslOutboundContextin interfaceRule
-
init
-
isTargetAdjustHostHeader
public boolean isTargetAdjustHostHeader()- Specified by:
isTargetAdjustHostHeaderin interfaceRule
-
isActive
public boolean isActive() -
getErrorState
- Specified by:
getErrorStatein interfaceRule
-
clone
- Specified by:
clonein interfaceRule- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-