This class can be used for encapsulating a given OutputStream to use it as a Resource in this framework.
OutputStream
Resource
919293949596979899100101
ProxyServer.this.connections.remove(i); // return Resource try { return new OutputStreamResource(url, s.getOutputStream()); } catch (IOException e) { e.printStackTrace(); return null;