public CustomServerConnectionFactory() {
super();
}
public DefaultNHttpServerConnection createConnection(final IOSession session) {
return new LoggingNHttpServerConnection(session) {
@Override
protected ContentEncoder createContentEncoder(
final long len,
final WritableByteChannel channel,