Uses of Class
org.eclipse.jgit.transport.PacketLineIn
Packages that use PacketLineIn
-
Uses of PacketLineIn in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PacketLineInModifier and TypeFieldDescriptionprotected PacketLineInBasePackConnection.pckInPacket line decoder aroundBasePackConnection.in.protected PacketLineInBasePackConnection.pckInPacket line decoder aroundBasePackConnection.in.Methods in org.eclipse.jgit.transport with parameters of type PacketLineInModifier and TypeMethodDescriptionvoidPushCertificateParser.receiveHeader(PacketLineIn pckIn, boolean stateless) Receive a list of commands from the input encapsulated in a push certificate.voidPushCertificateParser.receiveSignature(PacketLineIn pckIn) Read the PGP signature.