搜索资源列表
gdata.java-1.14.0
- google的gdata api包,在实现用户代理或SIP代理时需要用到的
java
- 代理服务器打开一个端口接收浏览器发来的访问某个站点的请求,从请求的字符串中解析出用户想访问哪个网页,让后通过URL对象建立输入流读取相应的网页内容,最后按照web服务器的工作方式将网页内容发送给用户浏览器
代理服务器的实现
- 一个用JAVA写的代理服务器的实现-a written using Java Implementation of Proxy
agent
- 一个简单的java基于snmp4j的agent代理端 -A simple java-based agent agent side of snmp4j
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
nioPool
- JAVA NIO实现的 客户端连接池程序。 其功能主要是调用服务器函数,发送对象,接收对象 ,徐序化对象,类似于Rmi 里面用到了动态代理.-JAVA NIO client implementation process connection pool. Its function is to call the server function, to send the object to receive the object, Xu sequence of objects, similar to t
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.
20040614javadailifuwuqi
- 使用JAVA语言编写简单的代理服务器程序!-代理服务器
proxy
- java开发模式系列之代理模式 视频讲解 有例子-java development model of the agent model series are examples of video on
Core.Java.2.Volume.I-Fundamentals.6th.Edition
- 《JAVA 2核心技术 卷I:基础知识(原书第7版)》是Java技术经典参考书,多年畅销不衰,第7版在保留以前版本风格的基础上,涵盖Java 2开发平台标准版J2SE 5.0的基础知识,主要内容包括面向对象程序设计、反射与代理、接口与内部类、事件监听器模型、使用Swing UI工具箱进行图形用户界面设计、异常处理、流输入/输出和对象序列化,泛型程序设计等。-Core Java delivers the real-world guidance you need to accomplish even
SSO
- 在系统的权限控制模型中,当时按照最小依赖和最大重用把web系统权限控制划分成了业务逻辑、权限管理、权限验证、登陆代理、登陆服务、用户管理、业务逻辑数据库、业务权限数据库和用户数据库几个部分,现在开始逐一实现以上除业务逻辑的部分,今天发布的是单点登陆系统,也就是登陆代理和登陆服务。-The system' s access control model, then in accordance with the minimum and maximum reuse to rely on web a
snmp4j-agentx-1.2.2
- java snmp设备的agentx的仿真开发程序包,对设备特性进行抽象封装,可以实现复杂的主从代理,具有很高的实用价值.-java snmp devices agentx of simulation development package, the device characteristics of abstract packages can achieve a complex master-slave agents, with high practical value.
JavaAgentServer
- Java代理服务器程序Java Agent Server,很好的学习源码-Java代理服务器程序,Java Agent Server 很好的学习源码
awstats-7.0.tar
- AWStats 是一个免费的强大而有个性的工具,带来先进的网络,流量,FTP或邮件服务器统计图. 本日志分析器作为CGI或从命令行在数个图形网页中显示你日志中包含的所有可能信息. 它利用一部分档案资料就能经常很快地处理大量日志档案, 它能分析日志文件来自从各大服务器工具 ,如 Apache日志档案 s (NCSA combined/XLF/ELF log format or common/CLF log format), WebStar, IIS (W3C的日志格式)及许多其他网站,Proxy(
webserviceDemo
- 简单的通过代理方式实现的soap协议。webservice 的一个demo,可以直接运行。-Simple way to achieve the soap through a proxy agreement. webservice a demo, can be directly run.
JavaHttpClient
- 提供的主要的功能: 实现了所有 HTTP 的方法(GET,POST,PUT,HEAD 等) 支持自动转向 支持 HTTPS 协议 支持代理服务器等 -Provides main functions: to achieve all the HTTP methods (GET, POST, PUT, HEAD, etc.) to support automatic shifting in favor of HTTPS protocol support proxy se
JAVA-REFLECTION
- JAVA的反射机制与动态代理 JAVA REFLECTION AND DYNAMIC 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