Package | Description |
---|---|
org.eclipse.jgit.transport |
Modifier and Type | Method and Description |
---|---|
static java.util.List<TransportProtocol> |
Transport.getTransportProtocols()
Obtain a copy of the registered protocols.
|
Modifier and Type | Method and Description |
---|---|
static void |
Transport.register(TransportProtocol proto)
Register a TransportProtocol instance for use during open.
|
static void |
Transport.unregister(TransportProtocol proto)
Unregister a TransportProtocol instance.
|
Copyright © 2012. All Rights Reserved.