allensoft.javacvs.client
Class MindBrightSSHConnection
java.lang.Object
|
+--allensoft.javacvs.client.CVSConnection
|
+--allensoft.javacvs.client.MindBrightSSHConnection
- public class MindBrightSSHConnection
- extends CVSConnection
Method Summary |
void |
close()
Closes the connection. |
java.io.InputStream |
getInputStream()
Gets the input stream from which the client should read server responses from. |
java.io.OutputStream |
getOutputStream()
Gets the output stream over which the client should send its requests to the server. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MindBrightSSHConnection
public MindBrightSSHConnection(CVSClient client,
RepositoryLocation location,
LoginDetails details,
int port)
throws CVSConnectionException
MindBrightSSHConnection
public MindBrightSSHConnection(CVSClient client,
RepositoryLocation location,
LoginDetails details)
throws CVSConnectionException
getInputStream
public java.io.InputStream getInputStream()
- Description copied from class:
CVSConnection
- Gets the input stream from which the client should read server responses from.
- Overrides:
getInputStream
in class CVSConnection
getOutputStream
public java.io.OutputStream getOutputStream()
- Description copied from class:
CVSConnection
- Gets the output stream over which the client should send its requests to the server.
- Overrides:
getOutputStream
in class CVSConnection
close
public void close()
- Description copied from class:
CVSConnection
- Closes the connection.
- Overrides:
close
in class CVSConnection