| Modifier and Type | Method and Description | 
|---|---|
Daemon | 
getDaemon()
Get the daemon which spawned this client. 
 | 
InputStream | 
getInputStream()
Get input stream to read from the connected client. 
 | 
OutputStream | 
getOutputStream()
Get output stream to send data to the connected client. 
 | 
InetAddress | 
getRemoteAddress()
Get Internet address of the remote client. 
 | 
public Daemon getDaemon()
public InetAddress getRemoteAddress()
public InputStream getInputStream()
public OutputStream getOutputStream()
Copyright © 2018 Eclipse JGit Project. All rights reserved.