public RestExpress setSoLinger(int soLinger) {
   socketSettings.setSoLinger(soLinger);
   return this;
 }