Uses of Class
org.eclipse.jgit.transport.ServiceMayNotContinueException
Packages that use ServiceMayNotContinueException
Package
Description
Transport (fetch/push) for different protocols.
Server-side resolver for locating repositories by URLs.
-
Uses of ServiceMayNotContinueException in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that throw ServiceMayNotContinueExceptionModifier and TypeMethodDescriptionvoid
AbstractAdvertiseRefsHook.advertiseRefs
(UploadPack uploadPack) void
AdvertiseRefsHook.advertiseRefs
(ReceivePack receivePack) Advertise refs for receive-pack.void
AdvertiseRefsHook.advertiseRefs
(UploadPack uploadPack) Advertise refs for upload-pack.void
AdvertiseRefsHookChain.advertiseRefs
(UploadPack rp) AbstractAdvertiseRefsHook.getAdvertisedHaves
(Repository repository, RevWalk revWalk) Get the additional haves to advertise.AbstractAdvertiseRefsHook.getAdvertisedRefs
(Repository repository, RevWalk revWalk) Get the refs to advertise.void
PreUploadHook.onBeginNegotiateRound
(UploadPack up, Collection<? extends ObjectId> wants, int cntOffered) Invoked before negotiation round is started.void
PreUploadHookChain.onBeginNegotiateRound
(UploadPack up, Collection<? extends ObjectId> wants, int cntOffered) default void
ProtocolV2Hook.onCapabilities
(CapabilitiesV2Request req) Handle capabilities requestvoid
ProtocolV2HookChain.onCapabilities
(CapabilitiesV2Request req) void
PreUploadHook.onEndNegotiateRound
(UploadPack up, Collection<? extends ObjectId> wants, int cntCommon, int cntNotFound, boolean ready) Invoked after a negotiation round is completed.void
PreUploadHookChain.onEndNegotiateRound
(UploadPack up, Collection<? extends ObjectId> wants, int cntCommon, int cntNotFound, boolean ready) default void
ProtocolV2Hook.onFetch
(FetchV2Request req) Handle fetch requestvoid
ProtocolV2HookChain.onFetch
(FetchV2Request req) default void
ProtocolV2Hook.onLsRefs
(LsRefsV2Request req) Handle ls-refs requestvoid
ProtocolV2HookChain.onLsRefs
(LsRefsV2Request req) default void
ProtocolV2Hook.onObjectInfo
(ObjectInfoRequest req) Handle object-info requestvoid
ProtocolV2HookChain.onObjectInfo
(ObjectInfoRequest req) 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
PreUploadHookChain.onSendPack
(UploadPack up, Collection<? extends ObjectId> wants, Collection<? extends ObjectId> haves) 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, String serviceName) Generate an advertisement of available refs and capabilities.void
UploadPack.uploadWithExceptionPropagation
(InputStream input, OutputStream output, OutputStream messages) Execute the upload task on the socket. -
Uses of ServiceMayNotContinueException in org.eclipse.jgit.transport.resolver
Methods in org.eclipse.jgit.transport.resolver that throw ServiceMayNotContinueException