Uses of Enum
org.eclipse.jgit.transport.TransportHttp.AcceptEncoding
Packages that use TransportHttp.AcceptEncoding
-
Uses of TransportHttp.AcceptEncoding in org.eclipse.jgit.transport
Subclasses with type arguments of type TransportHttp.AcceptEncoding in org.eclipse.jgit.transportModifier and TypeClassDescriptionstatic enumAccept-Encoding header in the HTTP request (https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).Methods in org.eclipse.jgit.transport that return TransportHttp.AcceptEncodingModifier and TypeMethodDescriptionstatic TransportHttp.AcceptEncodingReturns 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 HttpConnectionTransportHttp.httpOpen(String method, URL u, TransportHttp.AcceptEncoding acceptEncoding) Open an HTTP connection.(package private) WalkRemoteObjectDatabase.FileStreamTransportHttp.HttpObjectDB.open(String path, TransportHttp.AcceptEncoding acceptEncoding)