243244245246247248249250251252253
.proxySecurity(props) .build(); } }); } finally { tunnel.stop(); proxyServer.stop(); } } }
123124125126127128129130131132133
.proxySecurity(securityContext) .build(); } }); } finally { tunnel.stop(); proxyServer.stop(); } } @Test
161162163164165166167168169170171
.proxySecurity(security) .build(); } }); } finally { tunnel.stop(); proxyServer.stop(); } } @Test
202203204205206207208209210211212
.proxySecurity(props) .build(); } }); } finally { tunnel.stop(); proxyServer.stop(); } } @Test