use of org.apache.hadoop.net.StandardSocketFactory in project hadoop by apache.
the class TestSocketFactory method testStandardSocketFactory.
/**
* Test StandardSocketFactory.
*/
@Test(timeout = 5000)
public void testStandardSocketFactory() throws Exception {
startTestServer();
testSocketFactory(new StandardSocketFactory());
}
Aggregations