Class SVNConnection
java.lang.Object
org.tmatesoft.svn.core.internal.io.svn.SVNConnection
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private SVNAuthentication
private Set
private final ISVNConnector
private SVNAuthenticator
private byte[]
private InputStream
private boolean
private boolean
private boolean
private boolean
private InputStream
private OutputStream
private String
private SVNRepositoryImpl
private String
private static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
addCapabilities
(List capabilities) void
authenticate
(SVNRepositoryImpl repository) private void
void
close()
private SVNAuthenticator
(package private) ISVNConnector
getDeltaStream
(String token) (package private) InputStream
(package private) OutputStream
getRealm()
private void
handleIOError
(SVNException e, boolean readMalformedData) protected void
handshake
(SVNRepositoryImpl repository) protected boolean
hasCapability
(String capability) boolean
boolean
boolean
boolean
void
open
(SVNRepositoryImpl repository) readItem
(boolean readMalformedData) private void
receiveRepositoryCredentials
(SVNRepositoryImpl repository) void
setEncrypted
(SVNAuthenticator encryptor) (package private) void
(package private) void
private InputStream
skipLeadingGrabage
(int attempt) void
void
writeError
(SVNErrorMessage error)
-
Field Details
-
myConnector
-
myRealm
-
myRoot
-
myOutputStream
-
myInputStream
-
myRepository
-
myIsSVNDiff1
private boolean myIsSVNDiff1 -
myIsCommitRevprops
private boolean myIsCommitRevprops -
myIsReopening
private boolean myIsReopening -
myIsCredentialsReceived
private boolean myIsCredentialsReceived -
myLoggingInputStream
-
myCapabilities
-
myHandshakeBuffer
private byte[] myHandshakeBuffer -
myEncryptor
-
myAuthentication
-
EDIT_PIPELINE
- See Also:
-
SVNDIFF1
- See Also:
-
ABSENT_ENTRIES
- See Also:
-
COMMIT_REVPROPS
- See Also:
-
MERGE_INFO
- See Also:
-
DEPTH
- See Also:
-
LOG_REVPROPS
- See Also:
-
-
Constructor Details
-
SVNConnection
-
-
Method Details
-
open
- Throws:
SVNException
-
getRealm
-
isSVNDiff1
public boolean isSVNDiff1() -
isCommitRevprops
public boolean isCommitRevprops() -
skipLeadingGrabage
- Throws:
SVNException
-
handshake
- Throws:
SVNException
-
hasCapability
-
authenticate
- Throws:
SVNException
-
createSASLAuthenticator
- Throws:
SVNException
-
addCapabilities
- Throws:
SVNException
-
receiveRepositoryCredentials
- Throws:
SVNException
-
setEncrypted
-
isEncrypted
public boolean isEncrypted() -
close
- Throws:
SVNException
-
read
- Throws:
SVNException
-
readTuple
- Throws:
SVNException
-
readItem
- Throws:
SVNException
-
handleIOError
- Throws:
SVNException
-
writeError
- Throws:
SVNException
-
write
- Throws:
SVNException
-
isConnectionStale
public boolean isConnectionStale() -
checkConnection
- Throws:
SVNException
-
getDeltaStream
-
getOutputStream
- Throws:
SVNException
-
getInputStream
- Throws:
SVNException
-
setOutputStream
-
setInputStream
-
getConnector
ISVNConnector getConnector()
-