Uses of Class
com.ibm.di.connector.HTTPServerConnector
-
Packages that use HTTPServerConnector Package Description 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 Modifier and Type Method Description HTTPServerConnector
HTTPServerConnector. getServerConnector()
Retrieves server connector.Methods in com.ibm.di.connector with parameters of type HTTPServerConnector Modifier and Type Method Description 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 Modifier and Type Method Description HTTPServerConnector
ServerAPI. getConn()
Constructors in com.ibm.di.eclipse.http with parameters of type HTTPServerConnector Constructor Description 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 Modifier and Type Method Description HTTPServerConnector
RestCommand. getConnector()
-