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 return PackProtocolExceptionModifier and TypeMethodDescriptionprivate PackProtocolExceptionBasePackConnection.duplicateAdvertisement(String name) private PackProtocolExceptionBundleFetchConnection.duplicateAdvertisement(String name) private PackProtocolExceptionTransportHttp.HttpObjectDB.duplicateAdvertisement(String n) private PackProtocolExceptionTransportHttp.HttpObjectDB.invalidAdvertisement(String n) private PackProtocolExceptionBasePackConnection.invalidRefAdvertisementLine(String line) private PackProtocolExceptionTransportHttp.HttpObjectDB.outOfOrderAdvertisement(String n) 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.private WalkFetchConnectionTransportHttp.newDumbConnection(InputStream in) private booleanUploadPack.okToGiveUp()private booleanUploadPack.okToGiveUpImp()Parse a push certificate from a reader.(package private) static ReceiveCommandReceivePack.parseCommand(String line) (package private) FetchV2RequestProtocolV2Parser.parseFetchRequest(PacketLineIn pckIn) Parse the incoming fetch request arguments from the wire.(package private) LsRefsV2RequestProtocolV2Parser.parseLsRefsRequest(PacketLineIn pckIn) Parse the incoming ls-refs request arguments from the wire.(package private) ObjectInfoRequestProtocolV2Parser.parseObjectInfoRequest(PacketLineIn pckIn) private voidReceivePack.parseShallow(String idStr) TransportHttp.HttpObjectDB.readAdvertisedImpl(BufferedReader br) (package private) FetchV0RequestProtocolV0Parser.recvWants(PacketLineIn pckIn) Parse an incoming protocol v1 upload request arguments from the wire.private ObjectIdprivate voidUploadPack.verifyClientShallow(Set<ObjectId> shallowCommits)