public abstract class CommonHostnameVerifier extends Object implements HostnameVerifier, IElementConfigurable, IElementSerializable
HostnameVerifier.| Constructor and Description |
|---|
CommonHostnameVerifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(IElement element) |
void |
serialize(IElement element)
Serialize the state in
element. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitverifypublic void configure(IElement element) throws ConfigurationException
configure in interface IElementConfigurableConfigurationExceptionpublic void serialize(IElement element) throws ElementSerializationException
IElementSerializableelement. element
represents the receiver immediately, it contains the state information
directly, not as a child element. This means most of the time you have to
change the element name itself and add child elements.serialize in interface IElementSerializableElementSerializationExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.