jar

org.jitsi : jsocks

Maven & Gradle

Nov 02, 2020
2 stars

jsocks · SOCKS Server and Library for Java. Support for versions 4 and 5 of SOCKS protocol. Designed to be easily expandable to support different encryption/authentication/authorization methods. Sample server and client are available.

Table Of Contents

Latest Version

Download org.jitsi : jsocks JAR file - Latest Versions:

All Versions

Download org.jitsi : jsocks JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jsocks-1.0.1-jitsi-1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

socks

├─ socks.Authentication.class - [JAR]

├─ socks.AuthenticationNone.class - [JAR]

├─ socks.CProxy.class - [JAR]

├─ socks.InetRange.class - [JAR]

├─ socks.InetRangeResolver.class - [JAR]

├─ socks.ProxyMessage.class - [JAR]

├─ socks.ProxyServer.class - [JAR]

├─ socks.Socks4Message.class - [JAR]

├─ socks.Socks4Proxy.class - [JAR]

├─ socks.Socks5DatagramSocket.class - [JAR]

├─ socks.Socks5Message.class - [JAR]

├─ socks.Socks5Proxy.class - [JAR]

├─ socks.SocksDialog.class - [JAR]

├─ socks.SocksException.class - [JAR]

├─ socks.SocksServerSocket.class - [JAR]

├─ socks.SocksSocket.class - [JAR]

├─ socks.UDPEncapsulation.class - [JAR]

├─ socks.UDPRelayServer.class - [JAR]

├─ socks.UserPasswordAuthentication.class - [JAR]

socks.server

├─ socks.server.Ident.class - [JAR]

├─ socks.server.IdentAuthenticator.class - [JAR]

├─ socks.server.ServerAuthenticator.class - [JAR]

├─ socks.server.ServerAuthenticatorNone.class - [JAR]

├─ socks.server.UserPasswordAuthenticator.class - [JAR]

├─ socks.server.UserValidation.class - [JAR]

Advertisement