Uses of Interface
org.kohsuke.github.HttpConnector
-
Packages that use HttpConnector Package Description org.kohsuke.github org.kohsuke.github.extras org.kohsuke.github.extras.okhttp3 org.kohsuke.github.internal -
-
Uses of HttpConnector in org.kohsuke.github
Fields in org.kohsuke.github declared as HttpConnector Modifier and Type Field Description static HttpConnectorHttpConnector. DEFAULTDeprecated.Default implementation that usesURL.openConnection().static HttpConnectorHttpConnector. OFFLINEDeprecated.Stub implementation that is always off-line.Methods in org.kohsuke.github that return HttpConnector Modifier and Type Method Description HttpConnectorGitHub. 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 HttpConnector Modifier and Type Method Description voidGitHub. setConnector(HttpConnector connector)Deprecated.HttpConnector should not be changed.GitHubBuilderGitHubBuilder. withConnector(HttpConnector connector)Deprecated. -
Uses of HttpConnector in org.kohsuke.github.extras
Classes in org.kohsuke.github.extras that implement HttpConnector Modifier and Type Class Description classImpatientHttpConnectorHttpConnectorwrapper that sets timeoutclassOkHttp3ConnectorDeprecated.classOkHttpConnectorDeprecated.This class depends on an unsupported version of OkHttp.Constructors in org.kohsuke.github.extras with parameters of type HttpConnector Constructor Description ImpatientHttpConnector(HttpConnector base)Instantiates 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 Modifier and Type Class Description classOkHttpConnectorDeprecated.UseOkHttpGitHubConnectorinstead. -
Uses of HttpConnector in org.kohsuke.github.internal
Classes in org.kohsuke.github.internal that implement HttpConnector Modifier and Type Class Description classGitHubConnectorHttpConnectorAdapterAdapts an HttpConnector to be usable as GitHubConnector.Methods in org.kohsuke.github.internal with parameters of type HttpConnector Modifier and Type Method Description static GitHubConnectorGitHubConnectorHttpConnectorAdapter. adapt(HttpConnector connector)Creates a GitHubConnector for an HttpConnector.Constructors in org.kohsuke.github.internal with parameters of type HttpConnector Constructor Description GitHubConnectorHttpConnectorAdapter(HttpConnector httpConnector)Constructor.
-