Package org.codehaus.spice.netserve.sockets

Examples of org.codehaus.spice.netserve.sockets.ServerSocketFactory


    public void testDefault()
        throws Exception
    {
        final SocketFactory csf = new DefaultSocketFactory();
        final ServerSocketFactory ssf = new DefaultServerSocketFactory();

        doSocketPairTest( csf, ssf );
    }
View Full Code Here

TOP

Related Classes of org.codehaus.spice.netserve.sockets.ServerSocketFactory

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.