Пример #1
0
 /**
  * Get the ThreadLocal HttpConnection. The ThreadLocal HttpConnection is set by the handle()
  * method.
  *
  * @return HttpConnection for this thread.
  */
 static HttpConnection getHttpConnection() {
   return (HttpConnection) __threadConnection.get();
 }