Package io.fabric8.mockwebserver.http
Class RecordedHttpConnection
- java.lang.Object
-
- io.fabric8.mockwebserver.http.RecordedHttpConnection
-
public class RecordedHttpConnection extends Object
-
-
Constructor Summary
Constructors Constructor Description RecordedHttpConnection(io.vertx.core.net.SocketAddress remoteAddress, io.vertx.core.net.SocketAddress localAddress, boolean ssl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)io.vertx.core.net.SocketAddressgetLocalAddress()io.vertx.core.net.SocketAddressgetRemoteAddress()inthashCode()booleanisSsl()
-