Package com.predic8.membrane.core.rules
Class STOMPProxy
java.lang.Object
com.predic8.membrane.core.rules.AbstractProxy
com.predic8.membrane.core.rules.SSLableProxy
com.predic8.membrane.core.rules.STOMPProxy
- Description
Proxies incoming STOMP CONNECT requests. Use a <stompClient> to forward these requests so some other machine.
- Topic
- 2. Proxies
-
Field Summary
Fields inherited from class com.predic8.membrane.core.rules.AbstractProxy
blockRequest, blockResponse, interceptors, key, localHost, name, router -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.predic8.membrane.core.rules.SSLableProxy
getIp, getName, getPort, getSslOutboundContext, setIp, setPort, setSslOutboundContextMethods inherited from class com.predic8.membrane.core.rules.AbstractProxy
clone, getErrorState, getInterceptors, getKey, getSslInboundContext, getSslInboundParser, getStatisticCollector, init, init, isActive, isBlockRequest, isBlockResponse, isTargetAdjustHostHeader, setBlockRequest, setBlockResponse, setInterceptors, setKey, setName, setSslInboundContext, setSslInboundParser, toString
-
Constructor Details
-
STOMPProxy
public STOMPProxy()
-
-
Method Details
-
getNewInstance
- Specified by:
getNewInstancein classAbstractProxy
-