Class SVNSSHConnector
java.lang.Object
org.tmatesoft.svn.core.internal.io.svn.SVNSSHConnector
- All Implemented Interfaces:
ISVNConnector
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate InputStreamprivate booleanprivate OutputStreamprivate SshSessionprivate static final booleanprivate static SshSessionPoolprivate static final Stringprivate static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose(SVNRepositoryImpl repository) voidhandleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) booleanisConnected(SVNRepositoryImpl repos) booleanisStale()voidopen(SVNRepositoryImpl repository) static voidshutdown()
-
Field Details
-
SVNSERVE_COMMAND
- See Also:
-
SVNSERVE_COMMAND_WITH_USER_NAME
- See Also:
-
ourIsUseSessionPing
private static final boolean ourIsUseSessionPing -
ourSessionPool
-
mySession
-
myInputStream
-
myOutputStream
-
myIsUseSessionPing
private boolean myIsUseSessionPing
-
-
Constructor Details
-
SVNSSHConnector
public SVNSSHConnector() -
SVNSSHConnector
public SVNSSHConnector(boolean useConnectionPing, boolean useSessionPing)
-
-
Method Details
-
open
- Specified by:
openin interfaceISVNConnector- Throws:
SVNException
-
close
- Specified by:
closein interfaceISVNConnector- Throws:
SVNException
-
getInputStream
- Specified by:
getInputStreamin interfaceISVNConnector- Throws:
IOException
-
getOutputStream
- Specified by:
getOutputStreamin interfaceISVNConnector- Throws:
IOException
-
isConnected
- Specified by:
isConnectedin interfaceISVNConnector- Throws:
SVNException
-
isStale
public boolean isStale()- Specified by:
isStalein interfaceISVNConnector
-
shutdown
public static void shutdown() -
handleExceptionOnOpen
public void handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) throws SVNException - Specified by:
handleExceptionOnOpenin interfaceISVNConnector- Throws:
SVNException
-