112113114115116117118
} @Override protected NHttpConnectionFactory<NHttpServerIOTarget> createServerConnectionFactory( final HttpParams params) throws Exception { return new LoggingServerConnectionFactory(params); }
106107108109110111112
90919293949596
9899100101102103104
113114115116117118119
} @Override protected NHttpConnectionFactory<DefaultNHttpServerConnection> createServerConnectionFactory( final HttpParams params) throws Exception { return new LoggingServerConnectionFactory(params); }
9596979899100101
83848586878889
93949596979899
105106107108109110111