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 return PackProtocolExceptionModifier and TypeMethodDescriptionprivate PackProtocolException
BasePackConnection.duplicateAdvertisement
(String name) private PackProtocolException
BundleFetchConnection.duplicateAdvertisement
(String name) private PackProtocolException
TransportHttp.HttpObjectDB.duplicateAdvertisement
(String n) private PackProtocolException
TransportHttp.HttpObjectDB.invalidAdvertisement
(String n) private PackProtocolException
BasePackConnection.invalidRefAdvertisementLine
(String line) private PackProtocolException
TransportHttp.HttpObjectDB.outOfOrderAdvertisement
(String n) 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.private WalkFetchConnection
TransportHttp.newDumbConnection
(InputStream in) private boolean
UploadPack.okToGiveUp()
private boolean
UploadPack.okToGiveUpImp()
Parse a push certificate from a reader.(package private) static ReceiveCommand
ReceivePack.parseCommand
(String line) (package private) FetchV2Request
ProtocolV2Parser.parseFetchRequest
(PacketLineIn pckIn) Parse the incoming fetch request arguments from the wire.(package private) LsRefsV2Request
ProtocolV2Parser.parseLsRefsRequest
(PacketLineIn pckIn) Parse the incoming ls-refs request arguments from the wire.private void
ReceivePack.parseShallow
(String idStr) TransportHttp.HttpObjectDB.readAdvertisedImpl
(BufferedReader br) (package private) FetchV0Request
ProtocolV0Parser.recvWants
(PacketLineIn pckIn) Parse an incoming protocol v1 upload request arguments from the wire.private ObjectId
private void
UploadPack.verifyClientShallow
(Set<ObjectId> shallowCommits)