Package ch.ethz.inf.vs.californium.rd.resources

Examples of ch.ethz.inf.vs.californium.rd.resources.RDTagTopResource


      RDResource rdResource = new RDResource();

        // add resources to the server
    add(rdResource);
    add(new RDLookUpTopResource(rdResource));
    add(new RDTagTopResource(rdResource));
    }
View Full Code Here

TOP

Related Classes of ch.ethz.inf.vs.californium.rd.resources.RDTagTopResource

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.