Uses of Interface
org.tmatesoft.svn.core.internal.io.dav.http.IHTTPConnection
-
Packages that use IHTTPConnection Package Description org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.dav.http -
-
Uses of IHTTPConnection in org.tmatesoft.svn.core.internal.io.dav
Fields in org.tmatesoft.svn.core.internal.io.dav declared as IHTTPConnection Modifier and Type Field Description private IHTTPConnection
DAVConnection. myHttpConnection
Methods in org.tmatesoft.svn.core.internal.io.dav that return IHTTPConnection Modifier and Type Method Description protected IHTTPConnection
DAVConnection. getConnection()
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type IHTTPConnection Modifier and Type Method Description private HTTPStatus
DAVConnection. performHttpRequest(IHTTPConnection httpConnection, java.lang.String method, java.lang.String path, HTTPHeader header, byte[] body, int ok1, int ok2, java.io.OutputStream dst, org.xml.sax.helpers.DefaultHandler handler)
private HTTPStatus
DAVConnection. performHttpRequest(IHTTPConnection httpConnection, java.lang.String method, java.lang.String path, HTTPHeader headers, java.io.InputStream data, int ok1, int ok2, java.io.OutputStream dst, org.xml.sax.helpers.DefaultHandler handler)
private HTTPStatus
DAVConnection. performHttpRequest(IHTTPConnection httpConnection, java.lang.String method, java.lang.String path, HTTPHeader header, java.lang.StringBuffer body, int ok1, int ok2, java.io.OutputStream dst, org.xml.sax.helpers.DefaultHandler handler)
private HTTPStatus
DAVConnection. performHttpRequest(IHTTPConnection httpConnection, java.lang.String method, java.lang.String src, HTTPHeader header, java.lang.StringBuffer body, int ok1, int ok2, java.io.OutputStream dst, org.xml.sax.helpers.DefaultHandler handler, SVNErrorMessage context)
-
Uses of IHTTPConnection in org.tmatesoft.svn.core.internal.io.dav.http
Classes in org.tmatesoft.svn.core.internal.io.dav.http that implement IHTTPConnection Modifier and Type Class Description class
HTTPConnection
Methods in org.tmatesoft.svn.core.internal.io.dav.http that return IHTTPConnection Modifier and Type Method Description IHTTPConnection
DefaultHTTPConnectionFactory. createHTTPConnection(SVNRepository repository)
IHTTPConnection
IHTTPConnectionFactory. createHTTPConnection(SVNRepository repository)
-