use of com.predic8.membrane.core.exchangestore.MemoryExchangeStore in project service-proxy by membrane.
the class ProxySSLConnectionMethodTest method setUp.
@Before
public void setUp() throws Exception {
router = new HttpRouter();
router.setExchangeStore(new MemoryExchangeStore());
router.getRuleManager().addProxyAndOpenPortIfNew(new ProxyRule(new ProxyRuleKey(3129)));
router.init();
}
Aggregations