public class Client { public static void main(String[] args) { Proxy p = new Proxy(); p.request(); } }