Java org.eclipse.jgit.transport Daemon fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.transport Daemon fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.transport Daemon.

The text is from its open source code.

Constructor

Daemon(InetSocketAddress addr)
Configure a new daemon for the specified network address.
Daemon()
Configure a daemon to listen on any available network port.

Method

InetSocketAddressgetAddress()
Get the address connections are received on.
DaemonServicegetService(String name)
Lookup a supported service so it can be reconfigured.
voidsetPackConfig(PackConfig pc)
Set the configuration used by the pack generator.
voidsetRepositoryResolver(RepositoryResolver resolver)
Set the resolver used to locate a repository by name.
voidsetTimeout(int seconds)
Set the timeout before willing to abort an IO call.
voidstart()
Start this daemon on a background thread.