public abstract class AbstractConnection extends java.lang.Object implements Connection
| Constructor and Description |
|---|
AbstractConnection()
Creates a new instance of AbstractConnection
|
| Modifier and Type | Method and Description |
|---|---|
LoggedDataInputStream |
getInputStream()
Get an input stream for receiving data from the server.
|
LoggedDataOutputStream |
getOutputStream()
Get an output stream for sending data to the server.
|
java.lang.String |
getRepository()
Get the repository path.
|
void |
setRepository(java.lang.String repository)
Set the repository path.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getPort, isOpen, modifyInputStream, modifyOutputStream, open, verifypublic AbstractConnection()
public LoggedDataInputStream getInputStream()
getInputStream in interface Connectionpublic LoggedDataOutputStream getOutputStream()
getOutputStream in interface Connectionpublic java.lang.String getRepository()
getRepository in interface Connectionpublic void setRepository(java.lang.String repository)
repository - the repository