LDAP Classes
Implements Java LDAP

org.ietf.ldap
Interface LDAPSocketFactory


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

public 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.

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

LDAP Classes
Implements Java LDAP

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