Class GitHubConnectorResponse.ByteArrayResponse

java.lang.Object
org.kohsuke.github.connector.GitHubConnectorResponse
org.kohsuke.github.connector.GitHubConnectorResponse.ByteArrayResponse
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
GitHubConnectorResponse

@Deprecated public abstract static class GitHubConnectorResponse.ByteArrayResponse extends GitHubConnectorResponse
Deprecated.
Inherit directly from GitHubConnectorResponse.
A ByteArrayResponse class
  • Constructor Details

    • ByteArrayResponse

      protected ByteArrayResponse(@Nonnull GitHubConnectorRequest request, int statusCode, @Nonnull Map<String,List<String>> headers)
      Deprecated.
      Constructor for ByteArray Response
      Parameters:
      request - the request
      statusCode - the status code
      headers - the headers