Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alt.java.net
Class SocketFactoryImpl  view SocketFactoryImpl download SocketFactoryImpl.java

java.lang.Object
  extended byalt.java.net.SocketFactoryImpl
All Implemented Interfaces:
SocketFactory

public class SocketFactoryImpl
extends java.lang.Object
implements SocketFactory


Constructor Summary
SocketFactoryImpl()
           
 
Method Summary
 Socket createSocket(java.lang.String host, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketFactoryImpl

public SocketFactoryImpl()
Method Detail

createSocket

public Socket createSocket(java.lang.String host,
                           int port)
                    throws java.net.UnknownHostException,
                           java.io.IOException
Specified by:
createSocket in interface SocketFactory