public class Endpoint extends Object implements Serializable, SimpleEndpoint
| Constructor and Description |
|---|
Endpoint(TransportProfile transportProfile,
URI address,
X509Certificate certificate,
Period period) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
URI |
getAddress() |
X509Certificate |
getCertificate() |
Period |
getPeriod() |
TransportProfile |
getTransportProfile() |
int |
hashCode() |
static Endpoint |
of(TransportProfile transportProfile,
URI address,
X509Certificate certificate) |
static Endpoint |
of(TransportProfile transportProfile,
URI address,
X509Certificate certificate,
Period period) |
String |
toString() |
public Endpoint(TransportProfile transportProfile, URI address, X509Certificate certificate, Period period)
public static Endpoint of(TransportProfile transportProfile, URI address, X509Certificate certificate)
public static Endpoint of(TransportProfile transportProfile, URI address, X509Certificate certificate, Period period)
public TransportProfile getTransportProfile()
getTransportProfile in interface SimpleEndpointpublic URI getAddress()
public X509Certificate getCertificate()
public Period getPeriod()
getPeriod in interface SimpleEndpointCopyright © 2022 NorStella. All rights reserved.