public class DtlsEndpointConfigVisitor extends EndpointConfigVisitor
endpointBuilder| Constructor and Description |
|---|
DtlsEndpointConfigVisitor() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.californium.core.network.CoapEndpoint |
getEndpoint()
Build the endpoint using the configuration this visitor has collected.
|
void |
visit(KeyStore toVisit)
Visit key store parameters.
|
void |
visit(PreSharedKeyGroup toVisit)
Visit PreSharedKeyGroup parameters.
|
void |
visit(PreSharedKeyStore toVisit)
Visit pre-shared key file parameters.
|
void |
visit(TrustStore toVisit)
Visit trust store parameters.
|
getEndpointName, getLocalAddress, isReuseAddress, visit, visit, visitgetConfiguration, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visitpublic void visit(PreSharedKeyGroup toVisit) throws ConfigException
toVisit - The object to visit.ConfigException - When visit is not successful.public void visit(PreSharedKeyStore toVisit) throws ConfigException
toVisit - The object to visit.ConfigException - When visit is not successful.public void visit(KeyStore toVisit) throws ConfigException
toVisit - The object to visit.ConfigException - When visit is not successful.public void visit(TrustStore toVisit) throws ConfigException
toVisit - The object to visit.ConfigException - When visit is not successful.public org.eclipse.californium.core.network.CoapEndpoint getEndpoint()
throws EndpointConstructionException
getEndpoint in class EndpointConfigVisitorEndpointConstructionException - When the configuration cannot be used to create an endpoint.Copyright © 2019–2025 Teslanet.nl. All rights reserved.