搜索资源列表
proxy
- 简单实现的java proxy例子,通过ProxyFactory.java工厂产生对象
proxy
- java HTTP代理多线程监听和处理连接 java HTTP代理多线程监听和处理连接
ajax
- java实现的ajax代理,可以跨域访问,内有demo-java implementation ajax proxy, you can cross-domain access, there are demo
proxy4
- 一个java写的proxy的例子-Write a java example proxy
japt-proxy-1.4-bin.tar
- japt 一个java做成的代理服务器-japt create a java proxy server
Javatunnel-0.1
- java实现的代理程序 socket 编程实现的http 和socket 代理程序-java proxy you can lean how to write java proxy
Proxy
- 简易防火墙代码,用java写的,比较简单。-firewall with proxy coding in java
Battleship
- proxy server for caching and packet filtering final project
RabbIT3-src.tar
- 一款Java实现的HTTP代理服务器,兼容HTTP/1.1,支持SSL链接。RabbIT可以通过过滤背景图片,降低图片的解析率来加速网络浏览的速度。-new Java HTTP proxy server and is compatible with HTTP/1.1, support SSL link. RabbIT can filter background pictures, pictures of analytic lower rates to accelerate the speed o
proxy
- java写的一个静态代理的例子 大家看看 虽u然小 但能是说明问题-written in java example of a static agent, although u take a look at the likelihood is small but the problem
proxy
- java开发模式系列之代理模式 视频讲解 有例子-java development model of the agent model series are examples of video on
Proxy
- java设计模式中的代理模式源码,我自己写的.-java design patterns in source agent model, I wrote it myself.
Proxy
- 设计模式之代理模式的Java语言实现,对深入学习Proxy模式非常有帮助.-Agent design patterns of the Java language mode, the Proxy-depth study of model very helpful.
check
- Java 写的例程,可以看到如何通过 proxy 建立连接,登陆,保存 cookie,提交新表单的整个过程-Routines written in Java, we can see how to establish a connection through the proxy, landing, preserving cookie, submit a new form of the whole process
proxy
- Java演示Proxy设计模式,用Eclipse开发-Proxy Design Pattern Java demo with Eclipse development
Proxy.java
- A simple non-standard Java proxy server
proxy
- java设计模式中的代理模式开源代码,源码简单易懂。-java design patterns in the proxy mode of open-source code, source code easy to understand.
ProxyJava
- A web proxy server is an intermediate agent forwarding HTTP messages between two computers - a client and a server. Both of them have no idea about the existence of the proxy as it is transparent to them. They send their requests and responses th
awstats-7.0.tar
- AWStats 是一个免费的强大而有个性的工具,带来先进的网络,流量,FTP或邮件服务器统计图. 本日志分析器作为CGI或从命令行在数个图形网页中显示你日志中包含的所有可能信息. 它利用一部分档案资料就能经常很快地处理大量日志档案, 它能分析日志文件来自从各大服务器工具 ,如 Apache日志档案 s (NCSA combined/XLF/ELF log format or common/CLF log format), WebStar, IIS (W3C的日志格式)及许多其他网站,Proxy(
JAVA中的反射机制详解
- Java反射机制主要提供了以下功能: 在运行时判断任意一个对象所属的类;在运行时构造任意一个类的对象;在运行时判断任意一个类所具有的成员变量和方法;在运行时调用任意一个对象的方法;生成动态代理。(Java reflection mechanism provides the following functions: to determine an arbitrary object class at runtime; object to construct an arbitrary class at