예제 #1
0
파일: WSAsync.java 프로젝트: revbingo/play
 public void stop() {
   Logger.trace("Releasing http client connections...");
   httpClient.close();
 }