43444546474849
host = new BasicHost("www.google.com"); connection = createConnection(); } private Connection createConnection() throws IOException { return new SocketConnection(host); }
41424344454647
46474849505152
return instance; } @Override public Connection createConnection(Host host) throws IOException { return new SocketConnection(host); }