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 IHTTPConnectionDAVConnection. myHttpConnectionMethods in org.tmatesoft.svn.core.internal.io.dav that return IHTTPConnection Modifier and Type Method Description protected IHTTPConnectionDAVConnection. getConnection()Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type IHTTPConnection Modifier and Type Method Description private HTTPStatusDAVConnection. 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 HTTPStatusDAVConnection. 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 HTTPStatusDAVConnection. 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 HTTPStatusDAVConnection. 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 classHTTPConnectionMethods in org.tmatesoft.svn.core.internal.io.dav.http that return IHTTPConnection Modifier and Type Method Description IHTTPConnectionDefaultHTTPConnectionFactory. createHTTPConnection(SVNRepository repository)IHTTPConnectionIHTTPConnectionFactory. createHTTPConnection(SVNRepository repository)
-