Uses of Package
org.eclipse.jgit.transport.http
Packages that use org.eclipse.jgit.transport.http
Package
Description
Transport (fetch/push) for different protocols.
Utility classes.
-
Classes in org.eclipse.jgit.transport.http used by org.eclipse.jgit.lfs
-
Classes in org.eclipse.jgit.transport.http used by org.eclipse.jgit.lfs.internal
-
Classes in org.eclipse.jgit.transport.http used by org.eclipse.jgit.transportClassDescriptionThe interface of connections used during HTTP communication.The interface of a factory returning
HttpConnectionAGitSessiongroups the multiple HTTP connectionsTransportHttpuses for the requests it makes during a git fetch or push. -
Classes in org.eclipse.jgit.transport.http used by org.eclipse.jgit.transport.httpClassDescriptionThe interface of connections used during HTTP communication.The interface of a factory returning
HttpConnectionAHttpConnectionFactorythat supports client-side sessions that can maintain state and configure connections.AGitSessiongroups the multiple HTTP connectionsTransportHttpuses for the requests it makes during a git fetch or push.AHttpConnectionwhich simply delegates every call to aHttpURLConnection. -
Classes in org.eclipse.jgit.transport.http used by org.eclipse.jgit.transport.http.apacheClassDescriptionThe interface of connections used during HTTP communication.The interface of a factory returning
HttpConnectionAHttpConnectionFactorythat supports client-side sessions that can maintain state and configure connections.AGitSessiongroups the multiple HTTP connectionsTransportHttpuses for the requests it makes during a git fetch or push. -
Classes in org.eclipse.jgit.transport.http used by org.eclipse.jgit.util