All LDAP Classes
Internal LDAP Classes

org.ietf.ldap
Interface LDAPSocketFactory

All Known Implementing Classes:
LDAPJSSESecureSocketFactory, LDAPJSSEStartTLSFactory

public interface LDAPSocketFactory

Used to construct a socket connection for use in an LDAPConnection.

See Also:
com.novell.ldap.LDAPSocketFactory

Method Summary
 java.net.Socket createSocket(java.lang.String host, int port)
          Returns a socket connected using the provided host name and port number.
 

Method Detail

createSocket

java.net.Socket createSocket(java.lang.String host,
                             int port)
                             throws java.io.IOException,
                                    java.net.UnknownHostException
Returns a socket connected using the provided host name and port number.

Throws:
java.io.IOException
java.net.UnknownHostException
See Also:
com.novell.ldap.LDAPSocketFactory.createSocket(String, int)

All LDAP Classes
Internal LDAP Classes

Copyright ? 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000