Uses of Class
org.eclipse.jgit.transport.TransportProtocol
Packages that use TransportProtocol
-
Uses of TransportProtocol in org.eclipse.jgit.transport
Subclasses of TransportProtocol in org.eclipse.jgit.transportModifier and TypeClassDescriptionclass
TestProtocol<C>
Protocol for transport between manually-specified repositories in tests.Methods in org.eclipse.jgit.transport that return types with arguments of type TransportProtocolModifier and TypeMethodDescriptionstatic List<TransportProtocol>
Transport.getTransportProtocols()
Obtain a copy of the registered protocols.Methods in org.eclipse.jgit.transport with parameters of type TransportProtocolModifier and TypeMethodDescriptionstatic void
Transport.register
(TransportProtocol proto) Register a TransportProtocol instance for use during open.static void
Transport.unregister
(TransportProtocol proto) Unregister a TransportProtocol instance.