public class ClientConnection extends Object
| Constructor and Description |
|---|
ClientConnection(InetSocketAddress remoteHostAddress) |
ClientConnection(SSLSession sslSession,
InetSocketAddress remoteHostAddress) |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
getClientCertificate() |
InetSocketAddress |
getRemoteHostAddress() |
public ClientConnection(InetSocketAddress remoteHostAddress)
public ClientConnection(SSLSession sslSession, InetSocketAddress remoteHostAddress)
sslSession - the SSL sessionremoteHostAddress - public InetSocketAddress getRemoteHostAddress()
public Certificate getClientCertificate()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.