summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/network
Commit message (Collapse)AuthorAgeFilesLines
* Extended Util classSimon Rettberg2015-07-211-2/+2
|
* Refine proxy setupSimon Rettberg2015-02-192-25/+55
|
* Switch to TLSv1.2, move proxy config example fileSimon Rettberg2014-11-211-14/+0Star
|
* Only handle proxy authentication requests in our authenticatorSimon Rettberg2014-11-181-0/+2
|
* Reload proxy config file when ProxyConfiguration.configProxy() is calledSimon Rettberg2014-11-182-8/+15
|
* Reset proxy settings furst when configuring proxySimon Rettberg2014-11-182-18/+38
|
* Example file for proxy config file. Proxy config file MUST be stored as ↵Björn Hagemeister2014-11-121-0/+14
| | | | "/opt/openslx/proxy/config".
* Moved whole proxy settings configuration to master-sync-shared.Björn Hagemeister2014-11-122-60/+122
| | | | Plus adapted class to this changes.
* Added class for reading proxy setting from proxy configuration file.Björn Hagemeister2014-11-121-0/+73
| | | | Added class utils for some necessary tools, used in ProxyConfiguration.
* Parametrized Enumerator.Björn Hagemeister2014-11-111-2/+2
|
* Added null pointer check.Björn Hagemeister2014-11-111-11/+15
|
* Handles check for connection to own IP - address more generall.Björn Hagemeister2014-11-111-8/+38
|
* Added ProxySelector Class for connecting to masterserver via proxy if necessary.Björn Hagemeister2014-11-112-0/+71
Added ProxyAuthenticator for possible used authentication of proxy connection.