|
||||||||||
| 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 |
PreUploadHookChain.onBeginNegotiateRound(UploadPack up,
Collection<? extends ObjectId> wants,
int cntOffered)
|
void |
PreUploadHook.onBeginNegotiateRound(UploadPack up,
Collection<? extends ObjectId> wants,
int cntOffered)
Invoked before negotiation round is started. |
void |
PreUploadHookChain.onEndNegotiateRound(UploadPack up,
Collection<? extends ObjectId> wants,
int cntCommon,
int cntNotFound,
boolean ready)
|
void |
PreUploadHook.onEndNegotiateRound(UploadPack up,
Collection<? extends ObjectId> wants,
int cntCommon,
int cntNotFound,
boolean ready)
Invoked after a negotiation round is completed. |
void |
PreUploadHookChain.onPreAdvertiseRefs(UploadPack up)
|
void |
PreUploadHook.onPreAdvertiseRefs(UploadPack up)
Invoked just before UploadPack.sendAdvertisedRefs(RefAdvertiser). |
void |
PreUploadHookChain.onSendPack(UploadPack up,
Collection<? extends ObjectId> wants,
Collection<? extends ObjectId> haves)
|
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 | |||||||||