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 TypeClassDescriptionclassTestProtocol<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 voidTransport.register(TransportProtocol proto) Register a TransportProtocol instance for use during open.static voidTransport.unregister(TransportProtocol proto) Unregister a TransportProtocol instance.