public class DefaultClientConnection extends Object implements org.mule.runtime.http.api.domain.request.ClientConnection
| Constructor and Description |
|---|
DefaultClientConnection(InetSocketAddress remoteHostAddress) |
DefaultClientConnection(SSLSession sslSession,
InetSocketAddress remoteHostAddress) |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
getClientCertificate() |
InetSocketAddress |
getRemoteHostAddress() |
public DefaultClientConnection(InetSocketAddress remoteHostAddress)
public DefaultClientConnection(SSLSession sslSession, InetSocketAddress remoteHostAddress)
sslSession - the SSL sessionremoteHostAddress - public InetSocketAddress getRemoteHostAddress()
getRemoteHostAddress in interface org.mule.runtime.http.api.domain.request.ClientConnectionpublic Certificate getClientCertificate()
getClientCertificate in interface org.mule.runtime.http.api.domain.request.ClientConnectionCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.