|
|||||||||
| Home >> All >> org >> apache >> webdav >> [ connector overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.webdav.connector
Class WebDAVConnectionSpec

java.lang.Objectorg.apache.webdav.connector.WebDAVConnectionSpec
- All Implemented Interfaces:
- javax.resource.spi.ConnectionRequestInfo, javax.resource.cci.ConnectionSpec
- public class WebDAVConnectionSpec
- extends java.lang.Object
- implements javax.resource.cci.ConnectionSpec, javax.resource.spi.ConnectionRequestInfo
- extends java.lang.Object
Specifies where the WebDAVConnection shall go to.
- Version:
- $Revision: 1.3 $
| Field Summary | |
protected org.apache.commons.httpclient.HttpURL |
httpURL
The http URL on the client connection. |
protected int |
timeout
|
| Constructor Summary | |
WebDAVConnectionSpec(org.apache.commons.httpclient.HttpURL httpURL,
int timeout)
Creates a specification where the WebDAVConnection shall go to. |
|
WebDAVConnectionSpec(java.lang.String url,
java.lang.String userName,
java.lang.String password,
int timeout)
Creates a specification where the WebDAVConnection shall go to. |
|
| Method Summary | |
protected org.apache.commons.httpclient.HttpURL |
getHttpURL()
|
protected int |
getTimeout()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.resource.spi.ConnectionRequestInfo |
equals, hashCode |
| Field Detail |
httpURL
protected org.apache.commons.httpclient.HttpURL httpURL
- The http URL on the client connection.
timeout
protected int timeout
| Constructor Detail |
WebDAVConnectionSpec
public WebDAVConnectionSpec(org.apache.commons.httpclient.HttpURL httpURL, int timeout)
- Creates a specification where the WebDAVConnection shall go to.
WebDAVConnectionSpec
public WebDAVConnectionSpec(java.lang.String url, java.lang.String userName, java.lang.String password, int timeout) throws org.apache.commons.httpclient.URIException
- Creates a specification where the WebDAVConnection shall go to.
| Method Detail |
getHttpURL
protected org.apache.commons.httpclient.HttpURL getHttpURL()
getTimeout
protected int getTimeout()
|
|||||||||
| Home >> All >> org >> apache >> webdav >> [ connector overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.webdav.connector.WebDAVConnectionSpec