Uses of Interface
org.tmatesoft.svn.core.internal.io.dav.http.IHTTPConnectionFactory
Packages that use IHTTPConnectionFactory
Package
Description
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 IHTTPConnectionFactoryModifier and TypeFieldDescriptionprotected IHTTPConnectionFactory
DAVConnection.myConnectionFactory
private IHTTPConnectionFactory
DAVRepository.myConnectionFactory
private IHTTPConnectionFactory
DAVRepositoryFactory.myConnectionFactory
Methods in org.tmatesoft.svn.core.internal.io.dav that return IHTTPConnectionFactoryModifier and TypeMethodDescriptionprotected IHTTPConnectionFactory
DAVRepository.getConnectionFactory()
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type IHTTPConnectionFactoryModifier and TypeMethodDescriptionprotected 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 IHTTPConnectionFactoryModifierConstructorDescriptionDAVConnection
(IHTTPConnectionFactory connectionFactory, SVNRepository repository) protected
DAVRepository
(IHTTPConnectionFactory connectionFactory, SVNURL location, ISVNSession options) private
DAVRepositoryFactory
(IHTTPConnectionFactory connectionFactory) -
Uses of IHTTPConnectionFactory in org.tmatesoft.svn.core.internal.io.dav.handlers
Fields in org.tmatesoft.svn.core.internal.io.dav.handlers declared as IHTTPConnectionFactoryModifier and TypeFieldDescriptionprivate IHTTPConnectionFactory
DAVEditorHandler.myConnectionFactory
Constructors in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type IHTTPConnectionFactoryModifierConstructorDescriptionDAVEditorHandler
(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 IHTTPConnectionFactoryFields in org.tmatesoft.svn.core.internal.io.dav.http declared as IHTTPConnectionFactoryModifier and TypeFieldDescriptionstatic final IHTTPConnectionFactory
IHTTPConnectionFactory.DEFAULT
-
Uses of IHTTPConnectionFactory in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type IHTTPConnectionFactoryModifier and TypeMethodDescriptionstatic 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 IHTTPConnectionFactoryModifierConstructorDescriptionprotected
SVNClientImpl
(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory)