Package net.sf.jruby.rails.asyncweb.ruby

Examples of net.sf.jruby.rails.asyncweb.ruby.RubyHttpRequestMetaClass


            if (LOGGER.isDebugEnabled())
                LOGGER.debug("loading builtin jruby-rails libralies");

            new StringIOLibrary().load(ruby);

            requestMetaClass = new RubyHttpRequestMetaClass(ruby);
            requestMetaClass.initializeClass();

            responseMetaClass = new RubyHttpResponseMetaClass(ruby);
            responseMetaClass.initializeClass();
View Full Code Here

TOP

Related Classes of net.sf.jruby.rails.asyncweb.ruby.RubyHttpRequestMetaClass

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.