Uses of Package
org.openhab.core.io.net.http
Packages that use org.openhab.core.io.net.http
-
Classes in org.openhab.core.io.net.http used by org.openhab.core.io.net.httpClassDescriptionFactory class to create Jetty http clientsBuilder class to construct http requestsThe
PEMTrustManager
is aX509ExtendedTrustManager
implementation which loads a certificate in PEM format and validates it against the servers certificate.Provides a certificate for the given host name Implement this interface to request the framework to use a specific certificate for the given host NOTE: implementations of this interface should be immutable, to guarantee efficient and correct functionalityProvides some TLS validation implementation for the given host name You should implement one of children of this interface, in order to request the framework to use a specific implementation for the given host.Provides a trust manager for the given host name Implement this interface to request the framework to use a specific trust manager for the given host NOTE: implementations of this interface should be immutable, to guarantee efficient and correct functionalityTheTrustAllTrustManager
is a "trust all" implementation ofX509ExtendedTrustManager
.