Interface IHTTPConnectionFactory
-
- All Known Implementing Classes:
DefaultHTTPConnectionFactory
public interface IHTTPConnectionFactory
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Field Summary
Fields Modifier and Type Field Description static IHTTPConnectionFactory
DEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IHTTPConnection
createHTTPConnection(SVNRepository repository)
boolean
useSendAllForDiff(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
-
-