client.net
Interface ConnectionProvider

All Known Implementing Classes:
SSLConnector

public interface ConnectionProvider


Method Summary
 java.net.Socket connectTo(java.lang.String host, int port)
           
 

Method Detail

connectTo

java.net.Socket connectTo(java.lang.String host,
                          int port)
                          throws java.io.IOException
Throws:
java.io.IOException