Java org.eclipse.jgit.util HttpSupport fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.util HttpSupport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.util HttpSupport.

The text is from its open source code.

Field

StringHDR_ETAG
The ETag header.
StringHDR_CONTENT_TYPE
The Content-Type header.
StringHDR_CONTENT_ENCODING
The Content-Encoding header.
StringHDR_ACCEPT_ENCODING
The Accept-Encoding header.
StringENCODING_GZIP
The gzip encoding value for #HDR_ACCEPT_ENCODING .
StringHDR_AUTHORIZATION
The Authorization header.
StringHDR_WWW_AUTHENTICATE
The WWW-Authenticate header.

Method

ProxyproxyFor(ProxySelector proxySelector, URL u)
Determine the proxy server (if any) needed to obtain a URL.
intresponse(HttpConnection c)
Get the HTTP response code from the request.
intresponse(java.net.HttpURLConnection c)
Get the HTTP response code from the request.