|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.phleisch.app.itsucks.persistence.jaxb.SerializedHttpRetrieverConfiguration
public class SerializedHttpRetrieverConfiguration
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="maxConnectionsPerServer" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="proxyEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="proxyServer" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="proxyPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="proxyAuthenticationEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="proxyUser" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="proxyPassword" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="proxyRealm" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="userAgent" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Integer |
maxConnectionsPerServer
|
protected boolean |
proxyAuthenticationEnabled
|
protected boolean |
proxyEnabled
|
protected java.lang.String |
proxyPassword
|
protected java.lang.Integer |
proxyPort
|
protected java.lang.String |
proxyRealm
|
protected java.lang.String |
proxyServer
|
protected java.lang.String |
proxyUser
|
protected java.lang.String |
userAgent
|
| Constructor Summary | |
|---|---|
SerializedHttpRetrieverConfiguration()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getMaxConnectionsPerServer()
Gets the value of the maxConnectionsPerServer property. |
java.lang.String |
getProxyPassword()
Gets the value of the proxyPassword property. |
java.lang.Integer |
getProxyPort()
Gets the value of the proxyPort property. |
java.lang.String |
getProxyRealm()
Gets the value of the proxyRealm property. |
java.lang.String |
getProxyServer()
Gets the value of the proxyServer property. |
java.lang.String |
getProxyUser()
Gets the value of the proxyUser property. |
java.lang.String |
getUserAgent()
Gets the value of the userAgent property. |
boolean |
isProxyAuthenticationEnabled()
Gets the value of the proxyAuthenticationEnabled property. |
boolean |
isProxyEnabled()
Gets the value of the proxyEnabled property. |
void |
setMaxConnectionsPerServer(java.lang.Integer value)
Sets the value of the maxConnectionsPerServer property. |
void |
setProxyAuthenticationEnabled(boolean value)
Sets the value of the proxyAuthenticationEnabled property. |
void |
setProxyEnabled(boolean value)
Sets the value of the proxyEnabled property. |
void |
setProxyPassword(java.lang.String value)
Sets the value of the proxyPassword property. |
void |
setProxyPort(java.lang.Integer value)
Sets the value of the proxyPort property. |
void |
setProxyRealm(java.lang.String value)
Sets the value of the proxyRealm property. |
void |
setProxyServer(java.lang.String value)
Sets the value of the proxyServer property. |
void |
setProxyUser(java.lang.String value)
Sets the value of the proxyUser property. |
void |
setUserAgent(java.lang.String value)
Sets the value of the userAgent property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Integer maxConnectionsPerServer
protected boolean proxyEnabled
protected java.lang.String proxyServer
protected java.lang.Integer proxyPort
protected boolean proxyAuthenticationEnabled
protected java.lang.String proxyUser
protected java.lang.String proxyPassword
protected java.lang.String proxyRealm
protected java.lang.String userAgent
| Constructor Detail |
|---|
public SerializedHttpRetrieverConfiguration()
| Method Detail |
|---|
public java.lang.Integer getMaxConnectionsPerServer()
Integerpublic void setMaxConnectionsPerServer(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isProxyEnabled()
public void setProxyEnabled(boolean value)
public java.lang.String getProxyServer()
Stringpublic void setProxyServer(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getProxyPort()
Integerpublic void setProxyPort(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isProxyAuthenticationEnabled()
public void setProxyAuthenticationEnabled(boolean value)
public java.lang.String getProxyUser()
Stringpublic void setProxyUser(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProxyPassword()
Stringpublic void setProxyPassword(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProxyRealm()
Stringpublic void setProxyRealm(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserAgent()
Stringpublic void setUserAgent(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||