KIE NIO.2 :: JGIT Impl 6.0.0.CR3

org.kie.commons.java.nio.fs.jgit.util
Class DaemonClient

java.lang.Object
  extended by org.kie.commons.java.nio.fs.jgit.util.DaemonClient

public class DaemonClient
extends Object


Method Summary
 Daemon getDaemon()
           
 InputStream getInputStream()
           
 OutputStream getOutputStream()
           
 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 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.

KIE NIO.2 :: JGIT Impl 6.0.0.CR3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.