Package org.restlet.engine.component

Examples of org.restlet.engine.component.InternalRouter


        if (Engine.getInstance() != null) {
            this.helper = new ComponentHelper(this);
            this.defaultHost = new VirtualHost(getContext()
                    .createChildContext());
            this.internalRouter = new InternalRouter(getContext()
                    .createChildContext());
            this.services.add(new LogService());
            this.services.add(new StatusService());
            this.clients.setContext(getContext());
            this.servers.setContext(getContext());
View Full Code Here

TOP

Related Classes of org.restlet.engine.component.InternalRouter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.