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 HttpConnectionFactory
HttpTransport.connectionFactory
factory for creating HTTP connectionsprivate HttpConnectionFactory
TransportHttp.factory
Methods in org.eclipse.jgit.transport that return HttpConnectionFactoryModifier and TypeMethodDescriptionstatic HttpConnectionFactory
HttpTransport.getConnectionFactory()
Get theHttpConnectionFactory
used to create new connectionsTransportHttp.getHttpConnectionFactory()
Retrieves theHttpConnectionFactory
used by thisTransportHttp
instance.Methods in org.eclipse.jgit.transport with parameters of type HttpConnectionFactoryModifier and TypeMethodDescriptionstatic void
HttpTransport.setConnectionFactory
(HttpConnectionFactory cf) Set theHttpConnectionFactory
to be used to create new connectionsvoid
TransportHttp.setHttpConnectionFactory
(HttpConnectionFactory customFactory) Sets theHttpConnectionFactory
to be used by thisTransportHttp
instance. -
Uses of HttpConnectionFactory in org.eclipse.jgit.transport.http
Subinterfaces of HttpConnectionFactory in org.eclipse.jgit.transport.httpModifier and TypeInterfaceDescriptioninterface
AHttpConnectionFactory
that 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