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, wait
close, getPort, isOpen, modifyInputStream, modifyOutputStream, open, verify
public AbstractConnection()
public LoggedDataInputStream getInputStream()
getInputStream
in interface Connection
public LoggedDataOutputStream getOutputStream()
getOutputStream
in interface Connection
public java.lang.String getRepository()
getRepository
in interface Connection
public void setRepository(java.lang.String repository)
repository
- the repository