3940414243444546
private final ByteArrayPipedStream forward; private final ByteArrayPipedStream reverse; public HttpUrlConnectionMock() { super(createDummyUrl()); this.forward = new ByteArrayPipedStream(); this.reverse = new ByteArrayPipedStream(); }