Uses of Interface
org.kohsuke.github.HttpConnector
Packages that use HttpConnector
Package
Description
-
Uses of HttpConnector in org.kohsuke.github
Fields in org.kohsuke.github declared as HttpConnectorModifier and TypeFieldDescriptionstatic final HttpConnectorHttpConnector.DEFAULTDeprecated.Default implementation that usesURL.openConnection().static final HttpConnectorHttpConnector.OFFLINEDeprecated.Stub implementation that is always off-line.Methods in org.kohsuke.github that return HttpConnectorModifier and TypeMethodDescriptionGitHub.getConnector()Deprecated.HttpConnector has been replaced by GitHubConnector which is generally not useful outside of this library.Methods in org.kohsuke.github with parameters of type HttpConnectorModifier and TypeMethodDescriptionvoidGitHub.setConnector(HttpConnector connector) Deprecated.HttpConnector should not be changed.GitHubBuilder.withConnector(HttpConnector connector) Deprecated. -
Uses of HttpConnector in org.kohsuke.github.extras
Classes in org.kohsuke.github.extras that implement HttpConnectorModifier and TypeClassDescriptionclassHttpConnectorwrapper that sets timeoutclassDeprecated.classDeprecated.This class depends on an unsupported version of OkHttp.Constructors in org.kohsuke.github.extras with parameters of type HttpConnectorModifierConstructorDescriptionInstantiates a new Impatient http connector.ImpatientHttpConnector(HttpConnector base, int timeout) Instantiates a new Impatient http connector.ImpatientHttpConnector(HttpConnector base, int connectTimeout, int readTimeout) Instantiates a new Impatient http connector. -
Uses of HttpConnector in org.kohsuke.github.extras.okhttp3
Classes in org.kohsuke.github.extras.okhttp3 that implement HttpConnector -
Uses of HttpConnector in org.kohsuke.github.internal
Classes in org.kohsuke.github.internal that implement HttpConnectorModifier and TypeClassDescriptionfinal classAdapts an HttpConnector to be usable as GitHubConnector.Methods in org.kohsuke.github.internal with parameters of type HttpConnectorModifier and TypeMethodDescriptionstatic GitHubConnectorGitHubConnectorHttpConnectorAdapter.adapt(HttpConnector connector) Creates a GitHubConnector for an HttpConnector.Constructors in org.kohsuke.github.internal with parameters of type HttpConnectorModifierConstructorDescriptionGitHubConnectorHttpConnectorAdapter(HttpConnector httpConnector) Constructor.