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 PacketLineIn
BasePackConnection.pckIn
Packet line decoder aroundBasePackConnection.in
.protected PacketLineIn
BasePackConnection.pckIn
Packet line decoder aroundBasePackConnection.in
.Methods in org.eclipse.jgit.transport with parameters of type PacketLineInModifier and TypeMethodDescriptionvoid
PushCertificateParser.receiveHeader
(PacketLineIn pckIn, boolean stateless) Receive a list of commands from the input encapsulated in a push certificate.void
PushCertificateParser.receiveSignature
(PacketLineIn pckIn) Read the PGP signature.