public class HttpsListenerTO extends HttpListenerTO implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private CertificateEntryTO |
certificate |
private java.lang.String[] |
enabledCipherSuites |
private java.lang.String[] |
excludedProtocols |
private boolean |
requireClientCertificate |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
HttpsListenerTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
CertificateEntryTO |
getCertificate() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String[] |
getEnabledCipherSuites() |
java.lang.String[] |
getExcludedProtocols() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isRequireClientCertificate() |
void |
setCertificate(CertificateEntryTO certificate) |
void |
setEnabledCipherSuites(java.lang.String[] enabledCipherSuites) |
void |
setExcludedProtocols(java.lang.String[] excludedProtocols) |
void |
setRequireClientCertificate(boolean requireClientCertificate) |
getDescription, getHost, getKeyID, getMaxAcceptorThreads, getMaxIdleTimeMs, getMaxPendingConnections, getMaxSelectorThreads, getPort, getType, setDescription, setHost, setKeyID, setMaxAcceptorThreads, setMaxIdleTimeMs, setMaxPendingConnections, setMaxSelectorThreads, setPort, setType
private CertificateEntryTO certificate
private java.lang.String[] enabledCipherSuites
private java.lang.String[] excludedProtocols
private boolean requireClientCertificate
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public CertificateEntryTO getCertificate()
public void setCertificate(CertificateEntryTO certificate)
public java.lang.String[] getEnabledCipherSuites()
public void setEnabledCipherSuites(java.lang.String[] enabledCipherSuites)
public java.lang.String[] getExcludedProtocols()
public void setExcludedProtocols(java.lang.String[] excludedProtocols)
public boolean isRequireClientCertificate()
public void setRequireClientCertificate(boolean requireClientCertificate)
public boolean equals(java.lang.Object obj)
equals
in class HttpListenerTO
public int hashCode()
hashCode
in class HttpListenerTO
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)