Package com.predic8.membrane.core.rules
Class InternalProxy
java.lang.Object
com.predic8.membrane.core.rules.AbstractProxy
com.predic8.membrane.core.rules.InternalProxy
-
Field Summary
Fields inherited from class com.predic8.membrane.core.rules.AbstractProxy
blockRequest, blockResponse, interceptors, key, localHost, name, router -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractProxyvoidinit()protected voidsetSslOutboundContext(SSLContext sslOutboundContext) voidsetTarget(AbstractServiceProxy.Target target) Methods inherited from class com.predic8.membrane.core.rules.AbstractProxy
clone, getErrorState, getInterceptors, getKey, getName, getSslInboundContext, getSslInboundParser, getStatisticCollector, init, isActive, isBlockRequest, isBlockResponse, isTargetAdjustHostHeader, setBlockRequest, setBlockResponse, setInterceptors, setKey, setName, setSslInboundContext, setSslInboundParser, toString
-
Constructor Details
-
InternalProxy
public InternalProxy()
-
-
Method Details
-
init
- Overrides:
initin classAbstractProxy- Throws:
Exception
-
getNewInstance
- Specified by:
getNewInstancein classAbstractProxy
-
setTarget
-
getTarget
-
getSslOutboundContext
- Specified by:
getSslOutboundContextin interfaceRule- Overrides:
getSslOutboundContextin classAbstractProxy
-
setSslOutboundContext
-