Interface IHTTPConnectionFactory
-
- All Known Implementing Classes:
DefaultHTTPConnectionFactory
public interface IHTTPConnectionFactory- Version:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description static IHTTPConnectionFactoryDEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IHTTPConnectioncreateHTTPConnection(SVNRepository repository)booleanuseSendAllForDiff(SVNRepository repository)
-
-
-
Field Detail
-
DEFAULT
static final IHTTPConnectionFactory DEFAULT
-
-
Method Detail
-
createHTTPConnection
IHTTPConnection createHTTPConnection(SVNRepository repository) throws SVNException
- Throws:
SVNException
-
useSendAllForDiff
boolean useSendAllForDiff(SVNRepository repository) throws SVNException
- Throws:
SVNException
-
-