Uses of Class
com.ibm.di.connector.HTTPServerConnector

Packages that use HTTPServerConnector
com.ibm.di.connector Provides classes for the Directory Integrator's connectors. 
com.ibm.di.eclipse.http   
com.ibm.di.eclipse.http.commands   
 

Uses of HTTPServerConnector in com.ibm.di.connector
 

Methods in com.ibm.di.connector that return HTTPServerConnector
 HTTPServerConnector HTTPServerConnector.getServerConnector()
          Retrieves server connector.
 

Methods in com.ibm.di.connector with parameters of type HTTPServerConnector
 void HTTPServerConnector.setServerConnector(HTTPServerConnector aServerConnector)
          Sets the server connector for this connector.
 

Uses of HTTPServerConnector in com.ibm.di.eclipse.http
 

Methods in com.ibm.di.eclipse.http that return HTTPServerConnector
 HTTPServerConnector ServerAPI.getConn()
           
 

Constructors in com.ibm.di.eclipse.http with parameters of type HTTPServerConnector
ServerAPI(HTTPServerConnector conn)
          Initializes this object with an established connection.
 

Uses of HTTPServerConnector in com.ibm.di.eclipse.http.commands
 

Methods in com.ibm.di.eclipse.http.commands that return HTTPServerConnector
 HTTPServerConnector RestCommand.getConnector()