The ISVNProxyManager interface is used to manage http server
options.
A default implementation of the ISVNProxyManager interface (that comes along
with a default implementation of ISVNAuthenticationManager - org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager)
uses servers options from the standard servers file (it can be found in the
Subversion runtime configuration area - read
org.tmatesoft.svn.core.wc.ISVNOptions more ).
HTTP proxy options handled by ISVNProxyManager are similar to
the native SVN options - read more on servers options in the
Subversion online book.
version: 1.1.1 author: TMate Software Ltd. See Also: ISVNAuthenticationManager |