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