Thread local socks proxy library for java?
... Thread local socks proxy library for java? Chorg Hello all, I am doing some work with socks proxies, and i am looking for a library that would ... to set my proxies on a per thread basis. I am using java
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/4599
Applets + SOCKS 4
... XP) is configured to use and successfully using a SOCKS 4 server. * The server log shows requests for HTML, etc., coming from the SOCKS proxy, but the requests for applet JAR files are circumventing the ... ...
http://www.javakb.com/Uwe/Forum.aspx/java-setup/10437
Java Plug-In --> SSH Tunnel --> SOCKS Proxy (Not Working)
... SocketException: SOCKS: Connection not allowed by ruleset But i dont know if it is my SOCKS server or a problem with java and pointing to localhost for proxy??? Any help would ... figured it out. Java was trying to authenticate to the SOCKS ...
http://www.javakb.com/Uwe/Forum.aspx/java-setup/4406
SOCKS v4 with an applet
... JVM is trying to use the SOCKS server. I'm using Java 1.5.0_11 under Win XP. Any advice or suggestions would be appreciated. John John ... I add any code to attempt to use the SOCKS server ...
http://www.javakb.com/Uwe/Forum.aspx/java-setup/10369
Java Applet Client for STUNNEL-fronted server
Java Applet Client for STUNNEL-fronted server Richard Maher Hi, I currently have an intranet-resident JAVA Applet that connects back to the Application Server via standard TCP/IP sockets using the java.net.Socket class, and everything is peachy. What I'm looking at doing ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/36429
Ping Class java
... in Java to do a simple "ping" on a server and reading the response? Didn't find anything usefull up to ... in an RMI class. Thats the theory... Thomas Fritsch Skip schrieb: Since Java 1.5 there is a ping-like method in java ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/20951
Mars Rover Controlled By Java
... Mars Rover Controlled By Java Michael N. Christoff Java, the software developed by Sun Microsystems in the mid-1990s ... instead of the martian surface! mitch Read the article carefully. Java is being used to create 3D views of terrain, and ...
http://www.javakb.com/Uwe/Forum.aspx/java/1341
Getting IE automated proxy settings from Java or JScript?
... Properties outP) { String sProxyHost = null; int nProxyPort = -1; String result = "NOPROXY"; String sJavaVer = System.getProperty("java.version"); if(sJavaVer.startsWith("1.3")) {// if java plugin 1.3 // full dynamic?!?!?! try { // proxyHandler = sun.plugin.protocol.PluginProxyHandler.getDefaultProxyHandler(); Class PluginProxyHandler = Class ... Getting IE automated proxy settings from Java or JScript? Chris Frederick I've been researching this on and off for ...
http://www.javakb.com/Uwe/Forum.aspx/java-jvm/197
Simple Proxy Server.
... Simple Proxy Server. bigbinc I am working on a simple proxy server(I hope that is right term). Basically, I have a web-server running, I want to talk to internal machines and see ... the internet). Let's assume you connect from home to your proxy ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/2941
HTTP tunneling through proxy server
... _url); URLConnection connection = url.openConnection(); connection.setUseCaches(false); connection.setDoOutput(true); At the server end, Apache server receives the HTTP request and redirects it to the ... HTTP tunneling through proxy server Alex Molochnikov Hello everyone, Our program connects to the License Generator (the ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/8664