Class LdapDetectorClient

    • Constructor Detail

      • LdapDetectorClient

        public LdapDetectorClient()
    • Method Detail

      • connect

        public void connect​(java.net.InetAddress address,
                            int port,
                            int timeout)
                     throws java.io.IOException,
                            java.lang.Exception

        connect

        Specified by:
        connect in interface Client<LineOrientedRequest,​LineOrientedResponse>
        Overrides:
        connect in class LineOrientedClient
        Parameters:
        address - a InetAddress object.
        port - a int.
        timeout - a int.
        Throws:
        java.io.IOException - if any.
        java.lang.Exception - if any.