Uses of Class
org.eclipse.jgit.transport.PacketLineOut
-
Packages that use PacketLineOut Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of PacketLineOut in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PacketLineOut Modifier and Type Field Description protected PacketLineOutBasePackConnection. pckOutPacket line encoder aroundBasePackConnection.out.protected PacketLineOutBasePackConnection. pckOutPacket line encoder aroundBasePackConnection.out.protected PacketLineOutBaseReceivePack. pckOutPacket line output stream aroundBaseReceivePack.rawOut.Constructors in org.eclipse.jgit.transport with parameters of type PacketLineOut Constructor Description PacketLineOutRefAdvertiser(PacketLineOut out)Create a new advertiser for the supplied stream.
-