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 TypeClassDescriptionclass
Indicates client requested an object the server does not want to serve.Methods in org.eclipse.jgit.transport that throw PackProtocolExceptionModifier and TypeMethodDescriptionvoid
PushCertificateParser.addCommand
(String line) Add a command to the signature.void
UploadPack.AdvertisedRequestValidator.checkWants
(UploadPack up, List<ObjectId> wants) void
UploadPack.AnyRequestValidator.checkWants
(UploadPack up, List<ObjectId> wants) void
UploadPack.ReachableCommitRequestValidator.checkWants
(UploadPack up, List<ObjectId> wants) void
UploadPack.ReachableCommitTipRequestValidator.checkWants
(UploadPack up, List<ObjectId> wants) void
UploadPack.RequestValidator.checkWants
(UploadPack up, List<ObjectId> wants) Check a list of client wants against the request policy.void
UploadPack.TipRequestValidator.checkWants
(UploadPack up, List<ObjectId> wants) static FilterSpec
FilterSpec.fromFilterLine
(String filterLine) Process the content of "filter" line from the protocol.static PushCertificate
PushCertificateParser.fromReader
(Reader r) Parse a push certificate from a reader.static PushCertificate
PushCertificateParser.fromString
(String str) Parse a push certificate from a string.Parse a push certificate from a reader.