public class HttpListenerTO
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
description |
private java.lang.String |
host |
private java.lang.String |
keyID |
private java.lang.Integer |
maxAcceptorThreads |
private java.lang.Integer |
maxIdleTimeMs |
private java.lang.Integer |
maxPendingConnections |
private java.lang.Integer |
maxSelectorThreads |
private java.lang.Integer |
port |
private ListenerType |
type |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
HttpListenerTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription() |
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 |
getHost() |
java.lang.String |
getKeyID() |
java.lang.Integer |
getMaxAcceptorThreads() |
java.lang.Integer |
getMaxIdleTimeMs() |
java.lang.Integer |
getMaxPendingConnections() |
java.lang.Integer |
getMaxSelectorThreads() |
java.lang.Integer |
getPort() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
ListenerType |
getType() |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDescription(java.lang.String description) |
void |
setHost(java.lang.String host) |
void |
setKeyID(java.lang.String keyID) |
void |
setMaxAcceptorThreads(java.lang.Integer maxAcceptorThreads) |
void |
setMaxIdleTimeMs(java.lang.Integer maxIdleTimeMs) |
void |
setMaxPendingConnections(java.lang.Integer maxPendingConnections) |
void |
setMaxSelectorThreads(java.lang.Integer maxSelectorThreads) |
void |
setPort(java.lang.Integer port) |
void |
setType(ListenerType type) |
private java.lang.String description
private java.lang.String host
private java.lang.String keyID
private java.lang.Integer maxAcceptorThreads
private java.lang.Integer maxIdleTimeMs
private java.lang.Integer maxPendingConnections
private java.lang.Integer maxSelectorThreads
private java.lang.Integer port
private ListenerType type
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getHost()
public void setHost(java.lang.String host)
public java.lang.String getKeyID()
public void setKeyID(java.lang.String keyID)
public java.lang.Integer getMaxAcceptorThreads()
public void setMaxAcceptorThreads(java.lang.Integer maxAcceptorThreads)
public java.lang.Integer getMaxIdleTimeMs()
public void setMaxIdleTimeMs(java.lang.Integer maxIdleTimeMs)
public java.lang.Integer getMaxPendingConnections()
public void setMaxPendingConnections(java.lang.Integer maxPendingConnections)
public java.lang.Integer getMaxSelectorThreads()
public void setMaxSelectorThreads(java.lang.Integer maxSelectorThreads)
public java.lang.Integer getPort()
public void setPort(java.lang.Integer port)
public ListenerType getType()
public void setType(ListenerType type)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
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)