org.eclipse.jgit.transport
Class DaemonClient

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

public class DaemonClient
extends java.lang.Object

Active network client of Daemon.


Method Summary
 Daemon getDaemon()
           
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOutputStream()
           
 java.net.InetAddress getRemoteAddress()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.


Copyright © 2013. All Rights Reserved.