Class DaemonClient

java.lang.Object
org.eclipse.jgit.transport.DaemonClient

public class DaemonClient extends Object
Active network client of Daemon.
  • Method Details

    • getDaemon

      public Daemon getDaemon()
      Get the daemon which spawned this client.
      Returns:
      the daemon which spawned this client.
    • getRemoteAddress

      public InetAddress getRemoteAddress()
      Get Internet address of the remote client.
      Returns:
      Internet address of the remote client.
    • getInputStream

      public InputStream getInputStream()
      Get input stream to read from the connected client.
      Returns:
      input stream to read from the connected client.
    • getOutputStream

      public OutputStream getOutputStream()
      Get output stream to send data to the connected client.
      Returns:
      output stream to send data to the connected client.