Skip to content

Commit f38c8ea

Browse files
committed
Add doc for Proxy support
1 parent 32e200b commit f38c8ea

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

quickfixj-core/src/main/doc/usermanual/usage/configuration.html

+52
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,58 @@ <H3>QuickFIX Settings</H3>
626626
<TD><a href="https://docs.oracle.com/javase/6/docs/technotes/guides/security/SunProviders.html">Java default cipher suites</a></TD>
627627
</TR>
628628

629+
<TR ALIGN="center" VALIGN="middle">
630+
<TD COLSPAN="4" class="subsection"><A NAME="Security">Socks Proxy Options (Initiator only)</A></TD>
631+
</TR>
632+
<TR ALIGN="left" VALIGN="middle">
633+
<TD valign="top"> <I>ProxyType</I></TD>
634+
<TD>Proxy type</TD>
635+
<TD>http<BR>socks</TD>
636+
<TD></TD>
637+
</TR>
638+
<TR ALIGN="left" VALIGN="middle">
639+
<TD valign="top"> <I>ProxyVersion</I></TD>
640+
<TD>Proxy HTTP or Socks version to use</TD>
641+
<TD>For socks: 4, 4a or 5 <BR> For http: 1.0 or 1.1</TD>
642+
<TD>For socks:<BR>For http: 1.0</TD>
643+
</TR>
644+
<TR ALIGN="left" VALIGN="middle">
645+
<TD valign="top"> <I>ProxyHost</I></TD>
646+
<TD>Proxy server hostname or IP</TD>
647+
<TD>valid IP address in the format of x.x.x.x or a domain name</TD>
648+
<TD></TD>
649+
</TR>
650+
<TR ALIGN="left" VALIGN="middle">
651+
<TD valign="top"> <I>ProxyPort</I></TD>
652+
<TD>Proxy server port</TD>
653+
<TD>positive integer</TD>
654+
<TD></TD>
655+
</TR>
656+
<TR ALIGN="left" VALIGN="middle">
657+
<TD valign="top"> <I>ProxyUser</I></TD>
658+
<TD>Proxy user</TD>
659+
<TD></TD>
660+
<TD></TD>
661+
</TR>
662+
<TR ALIGN="left" VALIGN="middle">
663+
<TD valign="top"> <I>ProxyPassword</I></TD>
664+
<TD>Proxy password</TD>
665+
<TD></TD>
666+
<TD></TD>
667+
</TR>
668+
<TR ALIGN="left" VALIGN="middle">
669+
<TD valign="top"> <I>ProxyDomain</I></TD>
670+
<TD>Proxy domain (For http proxy)</TD>
671+
<TD></TD>
672+
<TD></TD>
673+
</TR>
674+
<TR ALIGN="left" VALIGN="middle">
675+
<TD valign="top"> <I>ProxyWorkstation</I></TD>
676+
<TD>Proxy workstation (For http proxy)</TD>
677+
<TD></TD>
678+
<TD></TD>
679+
</TR>
680+
629681
<TR ALIGN="center" VALIGN="middle">
630682
<TD COLSPAN="4" class="subsection"><A NAME="Socket">Socket Options (Acceptor or Initiator)</A></TD>
631683
</TR>

0 commit comments

Comments
 (0)