Uses of Class
org.eclipse.jgit.transport.PacketLineOut
Packages that use PacketLineOut
Package
Description
Reading/writing Git pack files.
Transport (fetch/push) for different protocols.
-
Uses of PacketLineOut in org.eclipse.jgit.internal.storage.pack
Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type PacketLineOutModifierConstructorDescriptionPackfileUriConfig
(PacketLineOut pckOut, Collection<String> protocolsSupported, CachedPackUriProvider cachedPackUriProvider) -
Uses of PacketLineOut in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PacketLineOutModifier and TypeFieldDescriptionprotected PacketLineOut
BasePackConnection.pckOut
Packet line encoder aroundBasePackConnection.out
.protected PacketLineOut
BasePackConnection.pckOut
Packet line encoder aroundBasePackConnection.out
.Constructors in org.eclipse.jgit.transport with parameters of type PacketLineOutModifierConstructorDescriptionCreate a new advertiser for the supplied stream.