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 IHTTPConnectionFactoryDAVConnection.myConnectionFactoryprivate IHTTPConnectionFactoryDAVRepository.myConnectionFactoryprivate IHTTPConnectionFactoryDAVRepositoryFactory.myConnectionFactoryMethods in org.tmatesoft.svn.core.internal.io.dav that return IHTTPConnectionFactoryModifier and TypeMethodDescriptionprotected IHTTPConnectionFactoryDAVRepository.getConnectionFactory()Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type IHTTPConnectionFactoryModifier and TypeMethodDescriptionprotected DAVConnectionDAVRepository.createDAVConnection(IHTTPConnectionFactory connectionFactory, DAVRepository repo) static voidDAVRepositoryFactory.setup(IHTTPConnectionFactory connectionFactory) Constructors in org.tmatesoft.svn.core.internal.io.dav with parameters of type IHTTPConnectionFactoryModifierConstructorDescriptionDAVConnection(IHTTPConnectionFactory connectionFactory, SVNRepository repository) protectedDAVRepository(IHTTPConnectionFactory connectionFactory, SVNURL location, ISVNSession options) privateDAVRepositoryFactory(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 IHTTPConnectionFactoryDAVEditorHandler.myConnectionFactoryConstructors 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 IHTTPConnectionFactoryIHTTPConnectionFactory.DEFAULT -
Uses of IHTTPConnectionFactory in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type IHTTPConnectionFactoryModifier and TypeMethodDescriptionstatic SVNClientImplSVNClientImpl.newInstance(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory) static SVNClientImplSVNClientImpl.newInstance(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory, boolean trackClient) Constructors in org.tmatesoft.svn.core.javahl with parameters of type IHTTPConnectionFactoryModifierConstructorDescriptionprotectedSVNClientImpl(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory)