|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.net.connector.URIRequestInfo | +--org.exolab.jms.net.http.HTTPRequestInfo
Implementation of the ConnectionRequestInfo
interface that enables
the HTTP connector to pass data across the connection request flow.
Constructor Summary | |
HTTPRequestInfo(URI uri)
Construct a new HTTPRequestInfo . |
|
HTTPRequestInfo(URI uri,
Properties properties)
Construct a new HTTPRequestInfo . |
Method Summary | |
boolean |
equals(java.lang.Object other)
Checks whether this instance is equal to another. |
void |
export(Properties properties)
Helper to export this to a Properties instance. |
java.lang.String |
getProxyHost()
Returns the proxy host. |
java.lang.String |
getProxyPassword()
Returns the proxy password. |
int |
getProxyPort()
Returns the proxy port. |
java.lang.String |
getProxyUser()
Returns the proxy user. |
SSLProperties |
getSSLProperties()
Returns the properties used to configure the secure socket layer (SSL). |
void |
setProxyHost(java.lang.String host)
Sets the proxy host. |
void |
setProxyPassword(java.lang.String pwd)
Sets the proxy password. |
void |
setProxyPort(int port)
Sets the proxy port. |
void |
setProxyUser(java.lang.String user)
Sets the proxy user. |
void |
setSSLProperties(SSLProperties properties)
Sets the properties used to configure the secure socket layer (SSL). |
Methods inherited from class org.exolab.jms.net.connector.URIRequestInfo |
getHost, getHostAddress, getPort, getPrincipal, getURI, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HTTPRequestInfo(URI uri)
HTTPRequestInfo
.uri
- the URIpublic HTTPRequestInfo(URI uri, Properties properties) throws ResourceException
HTTPRequestInfo
.uri
- the URIproperties
- the properties to populate this fromResourceException
- if any of the properties are invalidMethod Detail |
public void setProxyHost(java.lang.String host)
host
- the proxy hostpublic java.lang.String getProxyHost()
null
if none is setpublic void setProxyPort(int port)
port
- the proxy portpublic int getProxyPort()
0
if none is setpublic void setProxyUser(java.lang.String user)
user
- the proxy userpublic java.lang.String getProxyUser()
null
if none is setpublic void setProxyPassword(java.lang.String pwd)
pwd
- the proxy passwordpublic java.lang.String getProxyPassword()
null
if none is setpublic SSLProperties getSSLProperties()
null
if unsetpublic void setSSLProperties(SSLProperties properties)
properties
- the SSL configuration propertiespublic void export(Properties properties)
Properties
instance.export
in class URIRequestInfo
properties
- the properties to export to.public boolean equals(java.lang.Object other)
equals
in class URIRequestInfo
other
- the object to comparetrue
if the two instances are equal; otherwise
false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |