public class DefaultHTTPConnectionFactory extends Object implements IHTTPConnectionFactory
DEFAULT
Constructor and Description |
---|
DefaultHTTPConnectionFactory(File spoolDirectory,
boolean spoolAll,
boolean useSendAllForDiff,
String httpCharset) |
DefaultHTTPConnectionFactory(File spoolDirectory,
boolean spoolAll,
String httpCharset) |
Modifier and Type | Method and Description |
---|---|
IHTTPConnection |
createHTTPConnection(SVNRepository repository) |
boolean |
useSendAllForDiff(SVNRepository repository) |
public DefaultHTTPConnectionFactory(File spoolDirectory, boolean spoolAll, String httpCharset)
public IHTTPConnection createHTTPConnection(SVNRepository repository) throws SVNException
createHTTPConnection
in interface IHTTPConnectionFactory
SVNException
public boolean useSendAllForDiff(SVNRepository repository) throws SVNException
useSendAllForDiff
in interface IHTTPConnectionFactory
SVNException
Copyright © 2019. All rights reserved.