}
protected NettyHttpServletHandler getServletHandler() {
NettyHttpServletHandler handler = new NettyHttpServletHandler(this);
handler.addInterceptor(new ChannelInterceptor());
if (supportSession) {
handler.addInterceptor(new HttpSessionInterceptor(getHttpSessionStore()));
}
return handler;
}