@Override
 public Cookie getCookieNamed(String name) {
   return delegate.getCookieNamed(name);
 }