Interface | Description |
---|---|
StatefulProxyConnector |
Some proxy connections are stateful and require the exchange of multiple
request-reply messages.
|
Class | Description |
---|---|
AbstractClientProxyConnector |
Basic common functionality for a
StatefulProxyConnector . |
AuthenticationChallenge |
A simple representation of an authentication challenge as sent in a
"WWW-Authenticate" or "Proxy-Authenticate" header.
|
HttpClientConnector |
Simple HTTP proxy connector using Basic Authentication.
|
HttpParser |
A basic parser for HTTP response headers.
|
Socks5ClientConnector |
A
AbstractClientProxyConnector to connect through a SOCKS5 proxy. |
StatusLine |
A very simple representation of a HTTP status line.
|
Exception | Description |
---|---|
HttpParser.ParseException |
An exception indicating some problem parsing HTPP headers.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.