java.lang.Object
org.eclipse.jgit.transport.DaemonClient
Active network client of
Daemon
.-
Method Summary
Modifier and TypeMethodDescriptionGet the daemon which spawned this client.Get input stream to read from the connected client.Get output stream to send data to the connected client.Get Internet address of the remote client.
-
Method Details
-
getDaemon
Get the daemon which spawned this client.- Returns:
- the daemon which spawned this client.
-
getRemoteAddress
Get Internet address of the remote client.- Returns:
- Internet address of the remote client.
-
getInputStream
Get input stream to read from the connected client.- Returns:
- input stream to read from the connected client.
-
getOutputStream
Get output stream to send data to the connected client.- Returns:
- output stream to send data to the connected client.
-