public interface SocketAttributes
extends org.mule.runtime.api.message.Attributes
It contains information such as a the port from which the sending endpoint is writing information, its host name and address.
| Modifier and Type | Method and Description |
|---|---|
String |
getHostAddress() |
String |
getHostName() |
Certificate[] |
getLocalCertificates() |
Certificate[] |
getPeerCertificates() |
int |
getPort() |
int getPort()
String getHostAddress()
String getHostName()
Certificate[] getLocalCertificates()
Certificate[] getPeerCertificates()
nullCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.