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
Methods in org.tmatesoft.svn.core.internal.io.dav that return IHTTPConnection Modifier and Type Method Description protected IHTTPConnection
DAVConnection. getConnection()
-
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)
-