SshTransport
public abstract class TcpTransport extends Transport
Transport.Operation
DEFAULT_FETCH_THIN, DEFAULT_PUSH_THIN, local, REFSPEC_PUSH_ALL, REFSPEC_TAGS, uri
Modifier | Constructor | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyConfig, close, fetch, findRemoteRefUpdatesFor, findRemoteRefUpdatesFor, getCredentialsProvider, getObjectChecker, getOptionReceivePack, getOptionUploadPack, getPackConfig, getTagOpt, getTimeout, getTransportProtocols, getURI, isCheckFetchedObjects, isDryRun, isFetchThin, 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, 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 © 2018. All rights reserved.