Uses of Interface
org.eclipse.jgit.transport.PackTransport

Packages that use PackTransport
org.eclipse.jgit.transport Transport (fetch/push) for different protocols. 
 

Uses of PackTransport in org.eclipse.jgit.transport
 

Subinterfaces of PackTransport in org.eclipse.jgit.transport
 interface TransportBundle
          Marker interface for transports that supports fetching from a git bundle (sneaker-net object transport).
 

Classes in org.eclipse.jgit.transport that implement PackTransport
 class TransportBundleStream
          Single shot fetch from a streamed Git bundle.
 class TransportGitSsh
          Transport through an SSH tunnel.
 class TransportHttp
          Transport over HTTP and FTP protocols.
 

Constructors in org.eclipse.jgit.transport with parameters of type PackTransport
BasePackFetchConnection(PackTransport packTransport)
          Create a new connection to fetch using the native git transport.
BasePackPushConnection(PackTransport packTransport)
          Create a new connection to push using the native git transport.
 



Copyright © 2013. All Rights Reserved.