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 PacketLineInBasePackConnection. pckInPacket line decoder aroundBasePackConnection.in.protected PacketLineInBasePackConnection. pckInPacket line decoder aroundBasePackConnection.in.Methods in org.eclipse.jgit.transport with parameters of type PacketLineIn Modifier and Type Method Description voidPushCertificateParser. 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.
-