搜索资源列表
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
Java_ProxyServer
- 是一个实现了代理服务的类。当有客户端连接时调用serve()方法,可以在客户和服务器端传输数据。-It is a realization of the category of agency services. When the client calls the connection serve () method to the client and server-side data.
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.
proxy
- java简易的代理服务器,包含了两个java文件-Simple java proxy server
JAVA中的反射机制详解
- Java反射机制主要提供了以下功能: 在运行时判断任意一个对象所属的类;在运行时构造任意一个类的对象;在运行时判断任意一个类所具有的成员变量和方法;在运行时调用任意一个对象的方法;生成动态代理。(Java reflection mechanism provides the following functions: to determine an arbitrary object class at runtime; object to construct an arbitrary class at