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

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

Uses of Connection in org.eclipse.jgit.transport
 

Subinterfaces of Connection in org.eclipse.jgit.transport
 interface FetchConnection
          Lists known refs from the remote and copies objects of selected refs.
 interface PushConnection
          Lists known refs from the remote and sends objects to the remote.
 

Classes in org.eclipse.jgit.transport that implement Connection
 class BaseConnection
          Base helper class for implementing operations connections.
 class BasePackFetchConnection
          Fetch implementation using the native Git pack transfer service.
 class BasePackPushConnection
          Push implementation using the native Git pack transfer service.
 



Copyright © 2013. All Rights Reserved.