CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - proxy client

搜索资源列表

  1. defServant

    0下载:
  2. 在CORBA的开源项目MICO里的一个POA测试软件,服务器端的POA程序用一个默认的仆从servant来响应POA的客户端的请求。-the CORBA open-source projects MICO's a POA test software, the server-POA procedures with a default proxy servant POA response to the client's request.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:7725
    • 提供者:刘尚新
  1. sproxy

    0下载:
  2. TCP proxy 首先声明,这段源代码不是我编写的,让我们感谢这位名叫Carl Harris的大虾,是他编写了这段代码并将其散播到网上供大家学习讨论。这段代码虽然只是描述了最简单的proxy操作,但它的确是经典,它不仅清晰地描述了客户机/服务器系统的概念,而且几乎包括了Linux网络编程的方方面面,非常适合Linux网络编程的初学者学习。-TCP proxy statement, this source code is not my preparation, let us thank Carl
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:2043
    • 提供者:bob
  1. sockedFTP

    0下载:
  2. 实现了FTP的简单功能,而且可以穿socks4代理-a ftp client source code ,wrotes in java, with sock4 proxy support.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:8472
    • 提供者:阮珏
  1. 代理服务器系统

    0下载:
  2. 实现通常代理服务器的基本功能。可以通过简单的参数设置实现网络中各客户端机器共享代理上网,同时可以监控网络状况。-proxy server usually achieve the basic functions. Through a simple set of parameters to achieve the network client machines to share Internet access agents, but can also monitor network status.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:37458
    • 提供者:廖毅
  1. proxyserver

    1下载:
  2. 这是一个proxy server 源码,save client/server transaction data to c \\temp\\proxylog.txt modify regdata.java to piont to destination server. -This is a proxy server source code, save client / server transaction data to c \\ temp \\ proxylog.txt modif
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:15091
    • 提供者:刘星海
  1. Broker

    0下载:
  2. 按照Broker模式的要求,实现Client,Broker,Server三种组件(设计为三个class),不要求设计Client-side Proxy和Server-side Proxy。必须实现如下功能: • Server可以注册到Broker(使用ID号) • Broker为Server提供注册服务 • Broker可将client的request转发到正确的server • Broker可见server的respons
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7042
    • 提供者:宋丽娟
  1. paw-release-0.27

    4下载:
  2. PAW 是一个java实现的http代理服务器。可以方便的通过插件来扩展。所有的管理配置文件都采用了xml格式,并且通过图形化界面的PAW GUI客户端可以方便的进行管理。-PAW is a java achieve http proxy. Accessible via the plug-in to expand. All the management configuration files are used xml format, through graphical interface PAW
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:2032216
    • 提供者:李建
  1. komssys-0.3.6.tar

    0下载:
  2. The KOM(S) Streaming System provides a server, a client, and a proxy cache for audio/video streaming. The first and foremost encoding format that we use is MPEG-1 System. The primary platforms is Linux. It does not handle data in pull mode (Fil
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:1266786
    • 提供者:向军
  1. HttpAgent

    0下载:
  2. 基于ACE实现的一个代理服务器以及相应的客户端程序,代理服务器可以把客户端的请求转发给指定服务器,并把该服务器的应答转发给客户端。是学习ACE库的好例子-achieve a proxy server and the corresponding client, proxy server client can transmit the request to the designated servers, and the server's response relayed to the cli
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:3195441
    • 提供者:张志
  1. Linux_proxy

    0下载:
  2. 这是一个Linux下用C语言编写的代理服务器程序,含客户端和服务器端。-This is a Linux C language prepared by the proxy process, including the client and server side.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:13345
    • 提供者:sunrain
  1. socks5

    1下载:
  2. C源代码:客户端怎样通过proxy进行连接,支持https,socks5代理-C source code : the client how to connect through proxy support https, Acting togig
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4327
    • 提供者:赵国权
  1. 三层图书管理系统源代码

    0下载:
  2. 一.解压到某一目录后,编译并运行pRegServer.prg,以注册数据库。 二.打开ProjectGroup1.bpg,编译,把所有COM+组件安装到某一个组件包中。 三.导出客户端组件包。 四.在客户端安装ServerSide组件包的客户端proxy。 (如果在同一台机器上运行,三、四步可以省略) 五.把目录下的ServerName.ini中的RServerName值Win2k改为你安装服务组件包的机器名。 六.可以编译、运行客户端。(这个实验版本的客户端名为Procject1.prg) 这
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:136032
    • 提供者:王为
  1. VirtualHostProxy

    0下载:
  2. 代理服务器(Proxy Server)软件是一种常用的网络软件,常用于网吧、学校、公司等使用局域网的机构中。代理服务器的功能是接受过个客户端的网络请求,分析请求的内容,从远程的服务器上获取信息后返回给客户计算机。本例实现一个比较简单的HTTP代理服务器程序。-proxy server (Proxy Server) software is a common network software commonly used in Internet cafes, schools, companies us
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:9293
    • 提供者:
  1. ProxyLink

    0下载:
  2. C源代码-客户端怎样通过proxy进行连接,支持https,socks5代理。-C source code-client how to connect through proxy support https, togig agent.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1846
    • 提供者:ghostfish
  1. Scock5Client1

    0下载:
  2. Socks5Client 研究了一下SOCKS5代理协议,顺手用VC6写了个客户端演示程序。这个程序演示了如何使用winsock2穿过Scoks5代理取得HTTP服务器上的网页内容。SOCKS5代理协议详见RFC1928和RFC1929。写这个程序的目的是为写一个SOCKS5代理服务器准备(可以用来调试协议),正在开发中。-Socks5Client some research SOCKS5 agency agreements with VC6 simply wrote the client pr
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:87785
    • 提供者:杨红
  1. TenyQQ

    0下载:
  2. TenyQQ是一款业余挂QQ的小工具。使用它,您再也不必为了挂QQ,开 多个QQ客户端而占用过多系统资源而烦恼。TenyQQ使用了多线程的工作方 式,确保每个正在登陆的QQ互不干扰,稳定运行。同时TenyQQ支持自动回 复,可以告知您的好友您本人不在。消息记录功能,可以将好友发来的信 息记录下来,这样,一些重要的信息便不会遗失。TenyQQ还会记录下请求 加为好友的系统信息,如果您愿意,您还可以将程序设置为自动接受好友 请求,非常方便。TenyQQ支持TCP方式登陆,更加
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:43156
    • 提供者:家轰动
  1. HttpCnt

    0下载:
  2. c#写的http client,重要的是可以指定客户端连接,支持代理服务器,对于多个网络连接时,做到负载均衡-write c # http client, it is important to specify client, Proxy Server support for a number of network connections, and do load balancing
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:2694
    • 提供者:1111
  1. komssys-snap-19feb2007

    0下载:
  2. The KOM(S) Streaming System (komssys) implements a streaming system based on the IETF protocols RTSP, SDP, RTP/RTCP with the intention of providing a base for researchers and other developers. Komssys includes code for a server, a client, and a proxy
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:2211322
    • 提供者:sunxuefeng
  1. Socks5代理

    1下载:
  2. sock5代理客户端,vc6.0编写;根据sock5协议实现;(sock5 proxy client, which is written by vc6.0;)
  3. 所属分类:代理服务器

    • 发布日期:2018-01-10
    • 文件大小:18432
    • 提供者:CQIYU
  1. Netch-1.3.7

    0下载:
  2. 支持TUNTAP,系统代理和分进程代理三种模式的GUI客户端(GUI client supporting three modes of tuntap, system agent and sub process agent)
  3. 所属分类:代理服务器

    • 发布日期:2020-11-19
    • 文件大小:1456128
    • 提供者:flyingLee
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com