Package | Description |
---|---|
org.eclipse.jgit.http.server | |
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SmartServiceInfoRefs.respond(javax.servlet.http.HttpServletRequest req,
PacketLineOut pckOut,
java.lang.String serviceName)
Writes the appropriate response to an info/refs request received by
a smart service.
|
protected void |
UploadPackServlet.InfoRefs.respond(javax.servlet.http.HttpServletRequest req,
PacketLineOut pckOut,
java.lang.String serviceName) |
private static void |
GitSmartHttpTools.writePacket(PacketLineOut pckOut,
java.lang.String textForGit) |
Modifier and Type | Field and Description |
---|---|
private PacketLineOut |
UploadPack.pckOut |
protected PacketLineOut |
BaseReceivePack.pckOut
Packet line output stream around
BaseReceivePack.rawOut . |
protected PacketLineOut |
BasePackConnection.pckOut
Packet line encoder around
BasePackConnection.out . |
private PacketLineOut |
RefAdvertiser.PacketLineOutRefAdvertiser.pckOut |
private PacketLineOut |
BasePackFetchConnection.pckState |
Modifier and Type | Method and Description |
---|---|
private ObjectId |
UploadPack.processHaveLines(java.util.List<ObjectId> peerHas,
ObjectId last,
PacketLineOut out) |
(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.
|