Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

net::jabber::loudmouth::proxy(3pm) [debian man page]

Net::Jabber::Loudmouth::Proxy(3pm)			User Contributed Perl Documentation			Net::Jabber::Loudmouth::Proxy(3pm)

NAME
Net::Jabber::Loudmouth::Proxy - Jabber proxy HIERARCHY
Glib::Boxed +----Net::Jabber::Loudmouth::Proxy METHODS
proxy = Net::Jabber::Loudmouth::Proxy->new ($type) o $type (Net::Jabber::Loudmouth::ProxyType) proxy = Net::Jabber::Loudmouth::Proxy->new_with_server ($type, $server, $port) o $type (Net::Jabber::Loudmouth::ProxyType) o $server (string) o $port (integer) string = $proxy->get_password $proxy->set_password ($password) o $password (string) integer = $proxy->get_port $proxy->set_port ($port) o $port (integer) string = $proxy->get_server $proxy->set_server ($server) o $server (string) proxytype = $proxy->get_type $proxy->set_type ($type) o $type (Net::Jabber::Loudmouth::ProxyType) string = $proxy->get_username $proxy->set_username ($username) o $username (string) ENUMS AND FLAGS
enum Net::Jabber::Loudmouth::ProxyType o 'none' / 'LM_PROXY_TYPE_NONE' o 'http' / 'LM_PROXY_TYPE_HTTP' SEE ALSO
Net::Jabber::Loudmouth, Glib::Boxed COPYRIGHT
Copyright (C) 2005 by Florian Ragwitz This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2011-11-15 Net::Jabber::Loudmouth::Proxy(3pm)

Check Out this Related Man Page

Net::Proxy::Connector::tcp(3pm) 			User Contributed Perl Documentation			   Net::Proxy::Connector::tcp(3pm)

NAME
Net::Proxy::Connector::tcp - Net::Proxy connector for standard tcp proxies SYNOPSIS
# sample proxy using Net::Proxy::Connector::tcp use Net::Proxy; my $proxy = Net::Proxy->new( in => { type => tcp, port => '6789' }, out => { type => tcp, host => 'remotehost', port => '9876' }, ); $proxy->register(); Net::Proxy->mainloop(); DESCRIPTION
"Net::Proxy::Connector::tcp" is a connector for handling basic, standard TCP connections. CONNECTOR OPTIONS
The connector accept the following options: "in" o host The listening address. If not given, the default is "localhost". o port The listening port. "out" o host The remote host. o port The remote port. o timeout The socket timeout for connection ("out" only). AUTHOR
Philippe 'BooK' Bruhat, "<book@cpan.org>". COPYRIGHT
Copyright 2006 Philippe 'BooK' Bruhat, All Rights Reserved. LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2009-10-18 Net::Proxy::Connector::tcp(3pm)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Proxy

Are there any decent proxy programs out there that will filter domains and forward them to specific ip addresses and ports? I'm looking for a proxy that can be configured to take a request, examine the domain it is going to and then forward it to be proxied through other machines on the network... (6 Replies)
Discussion started by: rado
6 Replies

2. IP Networking

Proxy ARP Difficulties

edited ... (7 Replies)
Discussion started by: TheMaskedMan
7 Replies

3. IP Networking

local proxy

Are there any free local proxy for Linux which cache data and gzip transmitted packages? (5 Replies)
Discussion started by: Hitori
5 Replies

4. What is on Your Mind?

1st Post, and it's a moan :(

Wow! Took me 30 minutes to register here using FF 3 on Windows XP. But MS IE working like a dream. I suspect adblock was not happy. Or FF and our MS proxy settings here at work. Anyway, greetings, and I'll get on and post my first technical question in another forum. (4 Replies)
Discussion started by: Beast Of Bodmin
4 Replies

5. HP-UX

Typing the @ sign creates new line.

Whenever I type the @ sign like for example when using a proxy ftp server, The system forces the cursor to jump to a new line. I know it has something to do with the terminal settings. How can I get this to stop and more importantly, how can I modify my profile to set this up whenever I login? ... (3 Replies)
Discussion started by: ricnetman
3 Replies

6. Ubuntu

Likewise AD Authenication with proxy

I am running Ubuntu 10.04 on my laptop and have successfully joined it to our domain for authentication. we use a proxy server for internet access that requires the AD user and password. Even though the computer is added and I am logged on as the AD user when accessing the internet via Firefox,... (3 Replies)
Discussion started by: Ikon
3 Replies

7. UNIX for Advanced & Expert Users

Trouble connecting to FTP proxy server

Hi Guys, I have trouble connecting to ftp server. My task is to connect to the proxy server and get the latest file to the local machine. It works fine when i do the same steps manually. I've been trying to do it in multiple ways but im just not able to connect. When i check the log, this is what... (4 Replies)
Discussion started by: stunnerz_84
4 Replies

8. UNIX and Linux Applications

Proxy Server and SFTP routing

Hi Friends, I am trying to connect to remote server via proxy server and transfer files from my server . the proxy server is windows. I wanted to know is that is it possible? I am using command to connect is /usr/local/bin/sftp -o "ProxyCommand nc proxyserver.com 8080"(E-Mail... (6 Replies)
Discussion started by: mallayanala
6 Replies

9. IP Networking

Does Translated IP Matter For Proxy Server (SQUID)

I am using Squid to create a proxy server for framework related to an application. My users sit on a private network in 191.xx.xx.xx space and my proxy sits in a different private network in 188.xx.xx.xx space. There will be a NAT in place to allow bidirectional communications but is there an... (5 Replies)
Discussion started by: BobSpero
5 Replies

10. IP Networking

Ubuntu root as proxy, connected to VPN

Hey guys, I am looking the following: I am trying to set up a proxy on my Ubuntu root server, which should be connected to a VPN provider. Only the proxy should be connected to VPN, all other root traffic should not be touched in any way Is this possible technically? Regards (3 Replies)
Discussion started by: Marken137
3 Replies

11. What is on Your Mind?

What is My IP Address?

Hi. Just added this feature, which you can find in many sites on the net; but I think our format looks a bit better. What is My IP If you would like for us to including other information that can be derived from the IP address, please reply in this thread. (16 Replies)
Discussion started by: Neo
16 Replies

12. IP Networking

Using Another Account as Internet Proxy

We cannot access our local servers from our LAN, but we CAN access them from everywhere else! Every once in awhile, our local access to our servers drops, but if I SSH into an external Linux account I have, I can then SSH back into the server right in the next room. We've been trying to deal... (20 Replies)
Discussion started by: gmark99
20 Replies

13. Red Hat

Set Proxy In The Terminal & problem Package Installing

Centos Behind The Proxy Server In My System , How Can I Set In Terminal Proxy ( Username & Password ) When Using The Command yum & rpm online I Will Respond Error Thank You For Your Guidance (28 Replies)
Discussion started by: mnnn
28 Replies

14. UNIX and Linux Applications

One DMZ server reverse proxy for 2 websites

Hi All, Hope this is the correct thread to ask this, if not, can an admin please move it to the correct thread. Got a wee problem I hope someone can point me in the right direction. I have Network A with two servers hosting separate webpages (I will call these WP1 & WP2). A DMZ server... (6 Replies)
Discussion started by: dakelly
6 Replies

15. UNIX for Advanced & Expert Users

Proxy traffic consumption

Hello, I am under Ubuntu 16.04 at location1 and location2 and my question is about haproxy. I'd like to know when a port in location1 is redirected to another computer in location2, does incoming request to redirected port consume traffic both from 1 and 2 or just 2? What I'd like to accomplish... (6 Replies)
Discussion started by: baris35
6 Replies