blob: 6a21b54c209f4234177f0809200c645d8b946760 [file] [log] [blame]
<!DOCTYPE html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META http-equiv="Content-Style-Type" content="text/css"><LINK rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
<TITLE>Network Connections</TITLE>
</HEAD>
<BODY bgcolor="#ffffff">
<H1 class="Head">Network Connections</H1>
<p class="Head">The following sections describe the preferences available on the
<a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.ui.net.NetPreferences)")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png">
<strong>General &gt; Network Connections</strong></a>
preferences page.</p>
<TABLE border="1" cellspacing="0">
<THEAD>
<TR>
<TH> <P class="Para">Option</P></TH>
<TH> <P class="Para">Description</P></TH>
<TH> <P class="Para">Default</P></TH>
</TR>
</THEAD>
<TR>
<TD valign="top" align="left">Direct connection to the Internet </TD>
<TD valign="top" align="left">Enable this option to have all connections to
remote systems happen directly without involving a proxy server. </TD>
<TD>Enabled </TD>
</TR>
<TR>
<TD valign="top" align="left">Manual proxy configuration</TD>
<TD valign="top" align="left">Use this option if connections to remote
systems should happen through a proxy server.</TD>
<TD>Disabled</TD>
</TR>
<TR>
<TD valign="top" align="left">HTTP Proxy</TD>
<TD valign="top" align="left">Use this option to specify the server and port
that is to be used when making HTTP connections. If the port field is empty,
the default port of 80 is used. If the "Use this proxy server for SSL" is checked,
the HTTP proxy server is used for SSL connections as well.</TD>
<TD> &nbsp;</TD>
</TR>
<TR>
<TD valign="top" align="left">SSL Proxy</TD>
<TD valign="top" align="left">Use this option to specify the server and port
that is to be used when making SSL connections. If the port field is empty,
the default port of 443 is used.</TD>
<TD>&nbsp; </TD>
</TR>
<TR>
<TD valign="top" align="left">SOCKS Proxy</TD>
<TD valign="top" align="left">Use this option to specify the server and port
that is to be used when making SOCKS connections. If the port field is empty,
the default port of 1080 is used. <a href="#SOCKS"> [1]</a></TD>
<TD> &nbsp;</TD>
</TR>
<TR>
<TD valign="top" align="left">Non-proxied Hosts (No Proxy for)</TD>
<TD valign="top" align="left">Use this table to specify, either by name or pattern, which hosts should
not use any proxy but instead should always be connected to directly. </TD>
<TD>&nbsp; </TD>
</TR>
<TR>
<TD valign="top" align="left">Proxy Authentication</TD>
<TD valign="top" align="left">Enable this option to specify a user name and password that
is to be used when connecting to the proxy server.</TD>
<TD>Disabled</TD>
</TR>
</TABLE>
<p>The <strong>Network Connections</strong> preference page</p>
<p><img alt="Network Connections preference page" src="../images/net-general.png"></p>
<p><a name="SOCKS"></a>
1. The SOCKS proxy support in Java 1.4 had certain limitations. Due to these limitations,
the setting of the SOCKS system properties is not performed when a 1.4 VM is used. The SOCKS proxy
may still be used by some tooling when running on a 1.4 VM (e.g. CVS). However, users should use a 1.5 (or 5.0)
VM if they require full SOCKS proxy support.
</p>
<P><IMG alt="Related reference" src="../images/ngrelr.png" border="0"><BR>
<A href="ref-ssh2-preferences.htm">SSH2 Preferences</A></P>
</BODY>
</HTML>