logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Net::Jabber::Loudmouth::Proxy - Jabber proxy

Enums And Flags

enumNet::Jabber::Loudmouth::ProxyType
       •   'none' / 'LM_PROXY_TYPE_NONE'

       •   'http' / 'LM_PROXY_TYPE_HTTP'

Hierarchy

         Glib::Boxed
         +----Net::Jabber::Loudmouth::Proxy

Methods

proxy=Net::Jabber::Loudmouth::Proxy->new($type)
       •   $type (Net::Jabber::Loudmouth::ProxyType)

   proxy=Net::Jabber::Loudmouth::Proxy->new_with_server($type,$server,$port)
       •   $type (Net::Jabber::Loudmouth::ProxyType)

       •   $server (string)

       •   $port (integer)

   string=$proxy->get_password$proxy->set_password($password)
       •   $password (string)

   integer=$proxy->get_port$proxy->set_port($port)
       •   $port (integer)

   string=$proxy->get_server$proxy->set_server($server)
       •   $server (string)

   proxytype=$proxy->get_type$proxy->set_type($type)
       •   $type (Net::Jabber::Loudmouth::ProxyType)

   string=$proxy->get_username$proxy->set_username($username)
       •   $username (string)

Name

       Net::Jabber::Loudmouth::Proxy -  Jabber proxy

See Also

       Net::Jabber::Loudmouth, Glib::Boxed

See Also