Uses of Interface
org.eclipse.jgit.transport.http.HttpConnectionFactory
Packages that use HttpConnectionFactory
Package
Description
Transport (fetch/push) for different protocols.
-
Uses of HttpConnectionFactory in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as HttpConnectionFactoryModifier and TypeFieldDescriptionprotected static HttpConnectionFactoryHttpTransport.connectionFactoryfactory for creating HTTP connectionsprivate HttpConnectionFactoryTransportHttp.factoryMethods in org.eclipse.jgit.transport that return HttpConnectionFactoryModifier and TypeMethodDescriptionstatic HttpConnectionFactoryHttpTransport.getConnectionFactory()Get theHttpConnectionFactoryused to create new connectionsTransportHttp.getHttpConnectionFactory()Retrieves theHttpConnectionFactoryused by thisTransportHttpinstance.Methods in org.eclipse.jgit.transport with parameters of type HttpConnectionFactoryModifier and TypeMethodDescriptionstatic voidHttpTransport.setConnectionFactory(HttpConnectionFactory cf) Set theHttpConnectionFactoryto be used to create new connectionsvoidTransportHttp.setHttpConnectionFactory(HttpConnectionFactory customFactory) Sets theHttpConnectionFactoryto be used by thisTransportHttpinstance. -
Uses of HttpConnectionFactory in org.eclipse.jgit.transport.http
Subinterfaces of HttpConnectionFactory in org.eclipse.jgit.transport.httpModifier and TypeInterfaceDescriptioninterfaceAHttpConnectionFactorythat supports client-side sessions that can maintain state and configure connections.Classes in org.eclipse.jgit.transport.http that implement HttpConnectionFactory -
Uses of HttpConnectionFactory in org.eclipse.jgit.transport.http.apache
Classes in org.eclipse.jgit.transport.http.apache that implement HttpConnectionFactory