31323334353637
public class RestClientStubClientSideFake extends RestClientStub { private final NetworkSwitcher networkSwitcher; public RestClientStubClientSideFake() { super(new ServerConfig("http://localhost")); networkSwitcher = new NetworkSwitcherPiped(); }