|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jgit.transport.Transport
org.eclipse.jgit.transport.HttpTransport
public abstract class HttpTransport
The base class for transports that use HTTP as underlying protocol. This class allows customizing HTTP connection settings.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.jgit.transport.Transport |
|---|
Transport.Operation |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jgit.transport.Transport |
|---|
DEFAULT_FETCH_THIN, DEFAULT_PUSH_THIN, local, REFSPEC_PUSH_ALL, REFSPEC_TAGS, uri |
| Constructor Summary | |
|---|---|
protected |
HttpTransport(Repository local,
URIish uri)
Create a new transport instance. |
| Method Summary |
|---|
| Methods inherited from class org.eclipse.jgit.transport.Transport |
|---|
applyConfig, close, fetch, findRemoteRefUpdatesFor, findRemoteRefUpdatesFor, getOptionReceivePack, getOptionUploadPack, getTagOpt, getTimeout, getURI, isCheckFetchedObjects, isDryRun, isFetchThin, isPushThin, isRemoveDeletedRefs, open, open, open, open, open, openAll, openAll, openAll, openAll, openFetch, openPush, push, setCheckFetchedObjects, setDryRun, setFetchThin, setOptionReceivePack, setOptionUploadPack, setPushThin, setRemoveDeletedRefs, setTagOpt, setTimeout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected HttpTransport(Repository local,
URIish uri)
local - the repository this instance will fetch into, or push out of.
This must be the repository passed to
Transport.open(Repository, URIish).uri - the URI used to access the remote repository. This must be the
URI passed to Transport.open(Repository, URIish).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||