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 PacketLineOut
BasePackConnection. pckOut
Packet line encoder aroundBasePackConnection.out
.protected PacketLineOut
BasePackConnection. pckOut
Packet line encoder aroundBasePackConnection.out
.protected PacketLineOut
BaseReceivePack. pckOut
Packet 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.
-