|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UploadPackMayNotContinueException | |
---|---|
org.eclipse.jgit.transport |
Uses of UploadPackMayNotContinueException in org.eclipse.jgit.transport |
---|
Methods in org.eclipse.jgit.transport that throw UploadPackMayNotContinueException | |
---|---|
void |
PreUploadHook.onBeginNegotiateRound(UploadPack up,
Collection<? extends ObjectId> wants,
int cntOffered)
Invoked before negotiation round is started. |
void |
PreUploadHook.onEndNegotiateRound(UploadPack up,
Collection<? extends ObjectId> wants,
int cntCommon,
int cntNotFound,
boolean ready)
Invoked after a negotiation round is completed. |
void |
PreUploadHook.onPreAdvertiseRefs(UploadPack up)
Invoked just before UploadPack.sendAdvertisedRefs(RefAdvertiser) . |
void |
PreUploadHook.onSendPack(UploadPack up,
Collection<? extends ObjectId> wants,
Collection<? extends ObjectId> haves)
Invoked just before a pack will be sent to the client. |
void |
UploadPack.sendAdvertisedRefs(RefAdvertiser adv)
Generate an advertisement of available refs and capabilities. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |