| Package | Description |
|---|---|
| org.kohsuke.github | |
| org.kohsuke.github.extras |
| Modifier and Type | Field and Description |
|---|---|
static HttpConnector |
HttpConnector.DEFAULT
Default implementation that uses
URL.openConnection(). |
| Modifier and Type | Method and Description |
|---|---|
HttpConnector |
GitHub.getConnector() |
| Modifier and Type | Method and Description |
|---|---|
void |
GitHub.setConnector(HttpConnector connector)
Sets the custom connector used to make requests to GitHub.
|
GitHubBuilder |
GitHubBuilder.withConnector(HttpConnector connector) |
| Modifier and Type | Class and Description |
|---|---|
class |
OkHttpConnector
HttpConnector for OkHttpClient. |
Copyright © 2015. All rights reserved.