public abstract class TcpTransport extends Transport
Transport.Operation
DEFAULT_FETCH_THIN, DEFAULT_PUSH_THIN, local, REFSPEC_PUSH_ALL, REFSPEC_TAGS, uri
Modifier | Constructor and Description |
---|---|
protected |
TcpTransport(Repository local,
URIish uri)
Create a new transport instance.
|
protected |
TcpTransport(URIish uri)
Create a new transport instance without a local repository.
|
applyConfig, close, fetch, findRemoteRefUpdatesFor, findRemoteRefUpdatesFor, getCredentialsProvider, getObjectChecker, getOptionReceivePack, getOptionUploadPack, getPackConfig, getTagOpt, getTimeout, getTransportProtocols, getURI, isCheckFetchedObjects, isDryRun, isFetchThin, isPushAtomic, isPushThin, isRemoveDeletedRefs, open, open, open, open, open, open, open, openAll, openAll, openAll, openAll, openFetch, openPush, push, push, register, setCheckFetchedObjects, setCredentialsProvider, setDryRun, setFetchThin, setObjectChecker, setOptionReceivePack, setOptionUploadPack, setPackConfig, setPushAtomic, setPushThin, setRemoveDeletedRefs, setTagOpt, setTimeout, unregister
protected TcpTransport(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)
.protected TcpTransport(URIish uri)
uri
- the URI used to access the remote repository. This must be the
URI passed to Transport.open(URIish)
.Copyright © 2016 Eclipse JGit Project. All rights reserved.