Package | Description |
---|---|
org.eclipse.jgit.http.server | |
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
org.eclipse.jgit.transport.resolver |
Server-side resolver for locating repositories by URLs.
|
Modifier and Type | Method and Description |
---|---|
void |
ReceivePackErrorHandler.ReceivePackRunnable.receive()
|
void |
UploadPackErrorHandler.UploadPackRunnable.upload()
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAdvertiseRefsHook.advertiseRefs(ReceivePack receivePack)
Advertise refs for receive-pack.
|
void |
AdvertiseRefsHook.advertiseRefs(ReceivePack receivePack)
Advertise refs for receive-pack.
|
void |
AdvertiseRefsHookChain.advertiseRefs(ReceivePack rp)
Advertise refs for receive-pack.
|
void |
AbstractAdvertiseRefsHook.advertiseRefs(UploadPack uploadPack)
Advertise refs for upload-pack.
|
void |
AdvertiseRefsHook.advertiseRefs(UploadPack uploadPack)
Advertise refs for upload-pack.
|
void |
AdvertiseRefsHookChain.advertiseRefs(UploadPack rp)
Advertise refs for upload-pack.
|
protected java.util.Set<ObjectId> |
AbstractAdvertiseRefsHook.getAdvertisedHaves(Repository repository,
RevWalk revWalk)
Get the additional haves to advertise.
|
protected abstract java.util.Map<java.lang.String,Ref> |
AbstractAdvertiseRefsHook.getAdvertisedRefs(Repository repository,
RevWalk revWalk)
Get the refs to advertise.
|
void |
PreUploadHook.onBeginNegotiateRound(UploadPack up,
java.util.Collection<? extends ObjectId> wants,
int cntOffered)
Invoked before negotiation round is started.
|
void |
PreUploadHookChain.onBeginNegotiateRound(UploadPack up,
java.util.Collection<? extends ObjectId> wants,
int cntOffered)
Invoked before negotiation round is started.
|
default void |
ProtocolV2Hook.onCapabilities(CapabilitiesV2Request req) |
void |
ProtocolV2HookChain.onCapabilities(CapabilitiesV2Request req) |
void |
PreUploadHook.onEndNegotiateRound(UploadPack up,
java.util.Collection<? extends ObjectId> wants,
int cntCommon,
int cntNotFound,
boolean ready)
Invoked after a negotiation round is completed.
|
void |
PreUploadHookChain.onEndNegotiateRound(UploadPack up,
java.util.Collection<? extends ObjectId> wants,
int cntCommon,
int cntNotFound,
boolean ready)
Invoked after a negotiation round is completed.
|
default void |
ProtocolV2Hook.onFetch(FetchV2Request req) |
void |
ProtocolV2HookChain.onFetch(FetchV2Request req) |
default void |
ProtocolV2Hook.onLsRefs(LsRefsV2Request req) |
void |
ProtocolV2HookChain.onLsRefs(LsRefsV2Request req) |
void |
PreUploadHook.onSendPack(UploadPack up,
java.util.Collection<? extends ObjectId> wants,
java.util.Collection<? extends ObjectId> haves)
Invoked just before a pack will be sent to the client.
|
void |
PreUploadHookChain.onSendPack(UploadPack up,
java.util.Collection<? extends ObjectId> wants,
java.util.Collection<? extends ObjectId> haves)
Invoked just before a pack will be sent to the client.
|
(package private) Repository |
Daemon.openRepository(DaemonClient client,
java.lang.String name) |
void |
ReceivePack.sendAdvertisedRefs(RefAdvertiser adv)
Generate an advertisement of available refs and capabilities.
|
void |
UploadPack.sendAdvertisedRefs(RefAdvertiser adv)
Generate an advertisement of available refs and capabilities.
|
void |
UploadPack.sendAdvertisedRefs(RefAdvertiser adv,
java.lang.String serviceName)
Generate an advertisement of available refs and capabilities.
|
void |
UploadPack.uploadWithExceptionPropagation(java.io.InputStream input,
java.io.OutputStream output,
java.io.OutputStream messages)
Execute the upload task on the socket.
|
Modifier and Type | Method and Description |
---|---|
Repository |
RepositoryResolver.open(C req,
java.lang.String name)
Locate and open a reference to a
Repository . |