Uses of Class
org.kohsuke.github.connector.GitHubConnectorResponse
Package
Description
-
Uses of GitHubConnectorResponse in org.kohsuke.github
Modifier and TypeMethodDescriptionabstract void
GitHubAbuseLimitHandler.onError
(GitHubConnectorResponse connectorResponse) Called when the library encounters HTTP error indicating that the API abuse limit is reached.abstract void
GitHubRateLimitHandler.onError
(GitHubConnectorResponse connectorResponse) Called when the library encounters HTTP error indicating that the API rate limit has been exceeded.protected void
GHObject.setResponseHeaderFields
(GitHubConnectorResponse connectorResponse) Called by Jackson.ModifierConstructorDescriptionHttpException
(GitHubConnectorResponse connectorResponse) Instantiates a new Http exception.ServiceDownException
(GitHubConnectorResponse connectorResponse) Instantiates a new service down exception. -
Uses of GitHubConnectorResponse in org.kohsuke.github.connector
Modifier and TypeClassDescriptionstatic class
A ByteArrayResponse classModifier and TypeMethodDescriptionGitHubConnector.send
(GitHubConnectorRequest connectorRequest) Sends a request and retrieves a raw response for processing. -
Uses of GitHubConnectorResponse in org.kohsuke.github.extras
Modifier and TypeMethodDescriptionHttpClientGitHubConnector.send
(GitHubConnectorRequest connectorRequest) -
Uses of GitHubConnectorResponse in org.kohsuke.github.extras.okhttp3