Package org.apache.tomcat.lite.service

Examples of org.apache.tomcat.lite.service.IOStatus


        return mCtx;
    }

    public void initTestCallback(Dispatcher d) throws IOException {
        BaseMapper.Context mCtx = initTestContext(d);
        mCtx.addWrapper("/proc/cpool/client", new IOStatus(testClient.cpool));
        mCtx.addWrapper("/proc/cpool/proxy", new IOStatus(testProxy.cpool));
        mCtx.addWrapper("/proc/cpool/server", new IOStatus(testServer.cpool));
    }
View Full Code Here

TOP

Related Classes of org.apache.tomcat.lite.service.IOStatus

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.