}
private Server createSslServer(AvroSourceProtocol protocol)
throws IllegalAccessException, InstantiationException {
Server server = new NettyServer(new SpecificResponder(
AvroSourceProtocol.class, protocol), new InetSocketAddress(hostname, port),
new NioServerSocketChannelFactory(
Executors.newCachedThreadPool(),
Executors.newCachedThreadPool()),
new SSLChannelPipelineFactory(),