Package org.apache.mina.core.nio.tcp

Examples of org.apache.mina.core.nio.tcp.Netty3TcpBenchmarkServer


        case Mina3_tcp:
            return new Mina3TcpBenchmarkServer();
        case Mina3_udp:
            return new Mina3UdpBenchmarkServer();
        case Netty3_tcp:
            return new Netty3TcpBenchmarkServer();
        case Netty3_udp:
            return new Netty3UdpBenchmarkServer();
        case Bio_udp:
            return new BioUdpBenchmarkServer();
        case Bio_tcp:
View Full Code Here


    /**
     * {@inheritDoc}
     */
    @Override
    public BenchmarkServer getServer() {
        return new Netty3TcpBenchmarkServer();
    }
View Full Code Here

    /** {@inheritDoc}
     */
    @Override
    public BenchmarkServer getServer() {
        return new Netty3TcpBenchmarkServer();
    }
View Full Code Here

TOP

Related Classes of org.apache.mina.core.nio.tcp.Netty3TcpBenchmarkServer

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.