Package com.thinkaurelius.thrift.util.mem

Examples of com.thinkaurelius.thrift.util.mem.FastMemoryOutputTransport


    /**
     * Get the transport that should be used by the invoker for responding.
     */
    private TTransport getOutputTransport()
    {
        response = new FastMemoryOutputTransport(32, useHeapBasedAllocation);
        return thriftFactories.outputTransportFactory.getTransport(response);
    }
View Full Code Here

TOP

Related Classes of com.thinkaurelius.thrift.util.mem.FastMemoryOutputTransport

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.