public class DtlsClientAndServerRole extends Object implements DtlsEndpointRole
| Constructor and Description |
|---|
DtlsClientAndServerRole()
Default constructor.
|
DtlsClientAndServerRole(DtlsServerParams dtlsServerParams,
DtlsClientParams dtlsClientParams)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConfigVisitor visitor)
Accept visitor.
|
boolean |
equals(Object obj) |
int |
hashCode() |
public DtlsClientAndServerRole()
public DtlsClientAndServerRole(DtlsServerParams dtlsServerParams, DtlsClientParams dtlsClientParams)
dtlsServerParams - The DTLS server parameters.public void accept(ConfigVisitor visitor) throws ConfigException
accept in interface VisitableConfigvisitor - The visitor of the configuration object.ConfigException - When the visit was not successful.public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()Copyright © 2019–2024 Teslanet.nl. All rights reserved.