socks

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Net » socks » socks 
socks
Java Source File NameTypeComment
Authentication.javaInterface The Authentication interface provides for performing method specific authentication for SOCKS5 connections.
AuthenticationNone.javaClass SOCKS5 none authentication.
InetRange.javaClass Class InetRange provides the means of defining the range of inetaddresses. It's used by Proxy class to store and look up addresses of machines, that should be contacted directly rather then through the proxy.

InetRange provides several methods to add either standalone addresses, or ranges (e.g.

Proxy.javaClass Abstract class Proxy, base for classes Socks4Proxy and Socks5Proxy.
ProxyMessage.javaClass Abstract class which describes SOCKS4/5 response/request.
ProxyServer.javaClass SOCKS4 and SOCKS5 proxy, handles both protocols simultaniously. Implements all SOCKS commands, including UDP relaying.

In order to use it you will need to implement ServerAuthenticator interface.

Socks4Message.javaClass SOCKS4 Reply/Request message.
Socks4Proxy.javaClass Proxy which describes SOCKS4 proxy.
Socks5DatagramSocket.javaClass Datagram socket to interract through the firewall.
Can be used same way as the normal DatagramSocket.
Socks5Message.javaClass SOCKS5 request/response message.
Socks5Proxy.javaClass SOCKS5 Proxy.
SocksDialog.javaClass Socks configuration dialog.
Class which provides GUI means of getting Proxy configuration from the user.
SocksException.javaClass Exception thrown by various socks classes to indicate errors with protocol or unsuccessfull server responses.
SocksServerSocket.javaClass SocksServerSocket allows to accept connections from one particular host through the SOCKS4 or SOCKS5 proxy.
SocksSocket.javaClass SocksSocket tryies to look very similar to normal Socket, while allowing connections through the SOCKS4 or 5 proxy. To use this class you will have to identify proxy you need to use, Proxy class allows you to set default proxy, which will be used by all Socks aware sockets.
UDPEncapsulation.javaInterface This interface provides for datagram encapsulation for SOCKSv5 protocol.

SOCKSv5 allows for datagrams to be encapsulated for purposes of integrity and/or authenticity.

UDPRelayServer.javaClass UDP Relay server, used by ProxyServer to perform udp forwarding.
UserPasswordAuthentication.javaClass SOCKS5 User Password authentication scheme.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.