fb303Handler);
final ThriftServer server =
new ThriftServer(
processor,
config,
new NiftyTimer("thrift"),
ImmutableMap.<String, ThriftFrameCodecFactory>of("header", new HeaderThriftCodecFactory()),
ImmutableMap.<String, TDuplexProtocolFactory>of("header", new TDuplexHeaderProtocolFactory()),
ImmutableMap.<String, ExecutorService>of(),
new NiftyNoOpSecurityFactory());