Class DaemonClient
- java.lang.Object
-
- org.uberfire.java.nio.fs.jgit.daemon.git.DaemonClient
-
public class DaemonClient extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DaemongetDaemon()InputStreamgetInputStream()OutputStreamgetOutputStream()InetAddressgetRemoteAddress()
-
-
-
Method Detail
-
getDaemon
public Daemon getDaemon()
- Returns:
- the daemon which spawned this client.
-
getRemoteAddress
public InetAddress getRemoteAddress()
- Returns:
- Internet address of the remote client.
-
getInputStream
public InputStream getInputStream()
- Returns:
- input stream to read from the connected client.
-
getOutputStream
public OutputStream getOutputStream()
- Returns:
- output stream to send data to the connected client.
-
-