Mercurial Hosting > luan
comparison src/org/eclipse/jetty/server/Server.java @ 996:d9cfec64899c
simplify Connector
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 18 Oct 2016 21:22:53 -0600 |
parents | 0eba8f555c19 |
children | 7d28be82ab75 |
comparison
equal
deleted
inserted
replaced
995:0eba8f555c19 | 996:d9cfec64899c |
---|---|
159 public void join() throws InterruptedException | 159 public void join() throws InterruptedException |
160 { | 160 { |
161 threadPool.awaitTermination(Long.MAX_VALUE, TimeUnit.MILLISECONDS); | 161 threadPool.awaitTermination(Long.MAX_VALUE, TimeUnit.MILLISECONDS); |
162 } | 162 } |
163 */ | 163 */ |
164 @Override | |
165 public String toString() | |
166 { | |
167 return this.getClass().getName()+"@"+Integer.toHexString(hashCode()); | |
168 } | |
169 | 164 |
170 @Override | 165 @Override |
171 public void dump(Appendable out,String indent) throws IOException | 166 public void dump(Appendable out,String indent) throws IOException |
172 { | 167 { |
173 dumpThis(out); | 168 dumpThis(out); |