Class DominoIIOPClient

    • Constructor Detail

      • DominoIIOPClient

        public DominoIIOPClient()
    • Method Detail

      • connect

        public void connect​(java.net.InetAddress host,
                            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:
        host - a InetAddress object.
        port - a int.
        timeout - a int.
        Throws:
        java.io.IOException - if any.
        java.lang.Exception - if any.
      • setIorPort

        public void setIorPort​(int iorPort)

        setIorPort

        Parameters:
        iorPort - a int.
      • getIorPort

        public int getIorPort()

        getIorPort

        Returns:
        a int.