Uses of Class
org.eclipse.egit.github.core.client.GitHubRequest

Packages that use GitHubRequest
org.eclipse.egit.github.core.client   
org.eclipse.egit.github.core.service   
 

Uses of GitHubRequest in org.eclipse.egit.github.core.client
 

Subclasses of GitHubRequest in org.eclipse.egit.github.core.client
 class PagedRequest<V>
          Paged request class that contains the initial page size and page number of the request.
 

Methods in org.eclipse.egit.github.core.client that return GitHubRequest
 GitHubRequest GitHubRequest.setParams(Map<String,String> params)
           
 GitHubRequest GitHubRequest.setResponseContentType(String responseContentType)
          Set the desired response content type
 GitHubRequest GitHubRequest.setType(Type type)
           
 GitHubRequest GitHubRequest.setUri(String uri)
           
 GitHubRequest GitHubRequest.setUri(StringBuilder uri)
           
 

Methods in org.eclipse.egit.github.core.client with parameters of type GitHubRequest
 GitHubResponse GitHubClient.get(GitHubRequest request)
          Get response from URI and bind to specified type
protected  Object GitHubClient.getBody(GitHubRequest request, InputStream stream)
          Get body from response inputs stream
 InputStream GitHubClient.getStream(GitHubRequest request)
          Get response stream from URI.
 

Uses of GitHubRequest in org.eclipse.egit.github.core.service
 

Methods in org.eclipse.egit.github.core.service that return GitHubRequest
protected  GitHubRequest GitHubService.createRequest()
          Unified request creation method that all sub-classes should use so overriding classes can extend and configure the default request.
 



Copyright © 2012. All Rights Reserved.