Uses of Interface
org.eclipse.jgit.transport.http.HttpConnectionFactory
-
Packages that use HttpConnectionFactory Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.transport.http -
-
Uses of HttpConnectionFactory in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as HttpConnectionFactory Modifier and Type Field Description protected static HttpConnectionFactoryHttpTransport. connectionFactoryfactory for creating HTTP connectionsMethods in org.eclipse.jgit.transport that return HttpConnectionFactory Modifier and Type Method Description static HttpConnectionFactoryHttpTransport. getConnectionFactory()Get theHttpConnectionFactoryused to create new connectionsHttpConnectionFactoryTransportHttp. getHttpConnectionFactory()Retrieves theHttpConnectionFactoryused by thisTransportHttpinstance.Methods in org.eclipse.jgit.transport with parameters of type HttpConnectionFactory Modifier and Type Method Description static 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.http Modifier and Type Interface Description interfaceHttpConnectionFactory2AHttpConnectionFactorythat supports client-side sessions that can maintain state and configure connections.Classes in org.eclipse.jgit.transport.http that implement HttpConnectionFactory Modifier and Type Class Description classJDKHttpConnectionFactoryA factory returning instances ofJDKHttpConnection
-