alt.java.net

Class SocketFactoryImpl

Implemented Interfaces:
SocketFactory

public class SocketFactoryImpl
extends java.lang.Object
implements SocketFactory

Method Summary

Socket
createSocket(String host, int port)

Method Details

createSocket

public Socket createSocket(String host,
                           int port)
            throws UnknownHostException,
                   IOException
Specified by:
createSocket in interface SocketFactory

Copyright © 2002 Mock Objects. All Rights Reserved.