| Package | Description |
|---|---|
| org.eclipse.jgit.http.server | |
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
GitSmartHttpTools.writePacket(PacketLineOut pckOut,
java.lang.String textForGit) |
| Modifier and Type | Field and Description |
|---|---|
protected PacketLineOut |
BasePackConnection.pckOut
Packet line encoder around
BasePackConnection.out. |
protected PacketLineOut |
BaseReceivePack.pckOut
Packet line output stream around
BaseReceivePack.rawOut. |
private PacketLineOut |
RefAdvertiser.PacketLineOutRefAdvertiser.pckOut |
private PacketLineOut |
UploadPack.pckOut |
private PacketLineOut |
BasePackFetchConnection.pckState |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
TransportGitAnon.service(java.lang.String name,
PacketLineOut pckOut) |
| Constructor and Description |
|---|
PacketLineOutRefAdvertiser(PacketLineOut out)
Create a new advertiser for the supplied stream.
|