Uses of Class
org.eclipse.jgit.transport.PacketLineIn
-
Packages that use PacketLineIn Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of PacketLineIn in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PacketLineIn Modifier and Type Field Description protected 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 PacketLineIn Modifier and Type Method Description void
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.
-