Uses of Enum
org.eclipse.jgit.transport.TransportHttp.AcceptEncoding
Packages that use TransportHttp.AcceptEncoding
-
Uses of TransportHttp.AcceptEncoding in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return TransportHttp.AcceptEncodingModifier and TypeMethodDescriptionstatic TransportHttp.AcceptEncoding
Returns the enum constant of this type with the specified name.static TransportHttp.AcceptEncoding[]
TransportHttp.AcceptEncoding.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.transport with parameters of type TransportHttp.AcceptEncodingModifier and TypeMethodDescriptionprotected HttpConnection
TransportHttp.httpOpen
(String method, URL u, TransportHttp.AcceptEncoding acceptEncoding) Open an HTTP connection.(package private) WalkRemoteObjectDatabase.FileStream
TransportHttp.HttpObjectDB.open
(String path, TransportHttp.AcceptEncoding acceptEncoding)