public class OutgoingConnection
extends java.lang.Object
Constructor and Description |
---|
OutgoingConnection(Http.OutgoingConnection delegate) |
Modifier and Type | Method and Description |
---|---|
Http.OutgoingConnection |
delegate() |
java.net.InetSocketAddress |
localAddress()
The local address of this connection.
|
java.net.InetSocketAddress |
remoteAddress()
The address of the remote peer.
|
public OutgoingConnection(Http.OutgoingConnection delegate)
public Http.OutgoingConnection delegate()
public java.net.InetSocketAddress localAddress()
public java.net.InetSocketAddress remoteAddress()