418419420421422423424425426427428
for (OServerHandlerConfiguration h : configuration.handlers) { handler = (OServerHandler) Class.forName(h.clazz).newInstance(); handlers.add(handler); handler.config(this, h.parameters); handler.startup(); } } } protected void defaultSettings() {
410411412413414415416417418419420
402403404405406407408409410411412