An open API service indexing awesome lists of open source software.

https://github.com/payneteasy/proxy-selector

Java ProxySelector implementation based on yaml config
https://github.com/payneteasy/proxy-selector

Last synced: 8 months ago
JSON representation

Java ProxySelector implementation based on yaml config

Awesome Lists containing this project

README

          

# Java ProxySelector

[![Build Status](https://travis-ci.org/payneteasy/proxy-selector.svg?branch=master)](https://travis-ci.org/payneteasy/proxy-selector)
[![CircleCI](https://circleci.com/gh/payneteasy/proxy-selector.svg?style=svg)](https://circleci.com/gh/payneteasy/proxy-selector)

## Requirements

* Java 1.8 (Oracle or OpenJDK)

## How to build and run

```bash
./mvnw clean package
```