Uses of Class
org.eclipse.jgit.errors.PackProtocolException
Packages that use PackProtocolException
Package
Description
Transport (fetch/push) for different protocols.
-
Uses of PackProtocolException in org.eclipse.jgit.internal.transport.parser
Methods in org.eclipse.jgit.internal.transport.parser that throw PackProtocolException -
Uses of PackProtocolException in org.eclipse.jgit.transport
Subclasses of PackProtocolException in org.eclipse.jgit.transportModifier and TypeClassDescriptionclassIndicates client requested an object the server does not want to serve.Methods in org.eclipse.jgit.transport that throw PackProtocolExceptionModifier and TypeMethodDescriptionvoidPushCertificateParser.addCommand(String line) Add a command to the signature.voidUploadPack.AdvertisedRequestValidator.checkWants(UploadPack up, List<ObjectId> wants) voidUploadPack.AnyRequestValidator.checkWants(UploadPack up, List<ObjectId> wants) voidUploadPack.ReachableCommitRequestValidator.checkWants(UploadPack up, List<ObjectId> wants) voidUploadPack.ReachableCommitTipRequestValidator.checkWants(UploadPack up, List<ObjectId> wants) voidUploadPack.RequestValidator.checkWants(UploadPack up, List<ObjectId> wants) Check a list of client wants against the request policy.voidUploadPack.TipRequestValidator.checkWants(UploadPack up, List<ObjectId> wants) static FilterSpecFilterSpec.fromFilterLine(String filterLine) Process the content of "filter" line from the protocol.static PushCertificatePushCertificateParser.fromReader(Reader r) Parse a push certificate from a reader.static PushCertificatePushCertificateParser.fromString(String str) Parse a push certificate from a string.Parse a push certificate from a reader.