String cookie1Value = "ID=a95756377b78e75e:FF=0:TM=1392709628:LM=1392709628:S=a5mOVvTB7DBkexgi";
String cookie1Domain = ".google.com";
String cookie1Path = "/";
String cookie1Header = cookie1Name + '=' + cookie1Value
+ "; expires=Thu, 18-Feb-2016 07:47:08 GMT; path=" + cookie1Path + "; domain=" + cookie1Domain;
nettyRequest.headers().add(HttpHeaders.Names.COOKIE, cookie1Header);
Channel noOpChannel = new NoOpChannelHandlerContext().channel();
HttpServerRequest<ByteBuf> request =
new HttpServerRequest<ByteBuf>(noOpChannel, nettyRequest,
UnicastContentSubject.<ByteBuf>createWithoutNoSubscriptionTimeout());
Map<String,Set<Cookie>> cookies = request.getCookies();