Uses of Interface
org.tmatesoft.svn.core.internal.io.dav.http.IHTTPConnectionFactory
-
Packages that use IHTTPConnectionFactory Package Description org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.dav.handlers org.tmatesoft.svn.core.internal.io.dav.http org.tmatesoft.svn.core.javahl This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package. -
-
Uses of IHTTPConnectionFactory in org.tmatesoft.svn.core.internal.io.dav
Fields in org.tmatesoft.svn.core.internal.io.dav declared as IHTTPConnectionFactory Modifier and Type Field Description protected IHTTPConnectionFactory
DAVConnection. myConnectionFactory
Methods in org.tmatesoft.svn.core.internal.io.dav that return IHTTPConnectionFactory Modifier and Type Method Description protected IHTTPConnectionFactory
DAVRepository. getConnectionFactory()
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type IHTTPConnectionFactory Modifier and Type Method Description protected DAVConnection
DAVRepository. createDAVConnection(IHTTPConnectionFactory connectionFactory, DAVRepository repo)
static void
DAVRepositoryFactory. setup(IHTTPConnectionFactory connectionFactory)
Constructors in org.tmatesoft.svn.core.internal.io.dav with parameters of type IHTTPConnectionFactory Constructor Description DAVConnection(IHTTPConnectionFactory connectionFactory, SVNRepository repository)
DAVRepository(IHTTPConnectionFactory connectionFactory, SVNURL location, ISVNSession options)
-
Uses of IHTTPConnectionFactory in org.tmatesoft.svn.core.internal.io.dav.handlers
Constructors in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type IHTTPConnectionFactory Constructor Description DAVEditorHandler(IHTTPConnectionFactory connectionFactory, DAVRepository owner, ISVNEditor editor, java.util.Map lockTokens, boolean fetchContent, boolean hasTarget, ISVNWorkingCopyContentMediator workingCopyContentMediator)
-
Uses of IHTTPConnectionFactory in org.tmatesoft.svn.core.internal.io.dav.http
Classes in org.tmatesoft.svn.core.internal.io.dav.http that implement IHTTPConnectionFactory Modifier and Type Class Description class
DefaultHTTPConnectionFactory
Fields in org.tmatesoft.svn.core.internal.io.dav.http declared as IHTTPConnectionFactory Modifier and Type Field Description static IHTTPConnectionFactory
IHTTPConnectionFactory. DEFAULT
-
Uses of IHTTPConnectionFactory in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type IHTTPConnectionFactory Modifier and Type Method Description static SVNClientImpl
SVNClientImpl. newInstance(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory)
static SVNClientImpl
SVNClientImpl. newInstance(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory, boolean trackClient)
Constructors in org.tmatesoft.svn.core.javahl with parameters of type IHTTPConnectionFactory Constructor Description SVNClientImpl(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory)
-