联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 代理服务器(354) 
按平台查找All Java(354) 

[代理服务器] ProxyCompose

ProxyCompose是一个对代理IP池进行二次组合的工具,用户可以将多个采购的IP资源进行二次组合,使用统一的账户密码,服务器端口等信息进行统一访问。
ProxyCompose is a tool for secondary combination of proxy IP pools. Users can perform secondary combination of multiple purchased IP resources and use unified account passwords, server ports and other information for unified access. (2024-04-14, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1713086865403109.html

[代理服务器] maven-dependency-version-enforcer

强制项目使用的依赖项版本的maven强制器插件的自定义规则实现不早于设置的持续时间。需要运行自定义智能代理(简单的Javaservlet),该代理提供每个工件版本的发布日期(以及其他内容)
Custom rule implementation for the maven-enforcer plugin that enforces dependency versions used by a project are not older than a set duration. Requires running a custom smart proxy (a simple Java servlet) that provides release dates for each artifact version (among other things) (2024-03-14, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1710396730519634.html

[代理服务器] HTTP-Proxy-Servlet

基于插桩在Servlet内部对配置路径进行反向代理,实现将请求转发到其他服务器,目前支持基于Spring MVC和Spring Boot的应用。
Reverse proxy the configuration path within the servlet based on the stub insertion to forward the request to other servers. Currently, applications based on Spring MVC and Spring Boot are supported. (2024-01-11, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1704976907363977.html

[代理服务器] Spring-Actuator-health-aggregator

一个弹簧引导执行器应用程序,用于演示如何在中央Edge或API G...下聚合我的微服务状态的运行状况...,
A spring boot actuator application, to demonstrate how to aggregate the health of my microservices statuses under the central Edge or API Gateway Server. (2020-04-22, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694992781155682.html

[代理服务器] springcloud

spring学习教程-把代码写成诗系列 微服务 服务治理 服务中心 服务提供 服务消费 熔断器 网关 eureka ribbon feign hystrix gateway,
Spring Learning Tutorial - Write Code into Poetry Series Micro service Service Governance Service Center Service Provision Service Consumption Fuse Gateway eureka ribbon feign hybrid gateway, (2019-04-22, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694991767122766.html

[代理服务器] react-native-sms-user-consent

用于Android SMS用户同意API的React Native包装器,可在React Native应用程序中使用,只需付出最小的努力。,
React Native wrapper for Android s SMS User Consent API, ready to use in React Native apps with minimum effort., (2023-05-24, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689675973824899.html

[代理服务器] two-level-proxy

用于代理内网,在主机没有公网IP时,可利用此工程将指定端口映射到公网上(需要一个云服务器)
It is used to proxy the intranet. If the host does not have a public IP address, this project can be used to map the specified port to the public network (requires an ECS) (2020-08-07, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688621663482293.html

[代理服务器] McProtocolLib

创建McPrococol是为了与mc客户端服务器进行简单通信当前支持的版本列表:1.8-1.12.2
McPrococol was created for simple communication with mc client-server List of currently supported versions: 1.8 - 1.12.2 (2021-09-24, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688621263930227.html

[代理服务器] MojangPipe

Mojang的配置文件API的java代理服务器,以避免速率限制并更快地提供配置文件。
A java proxy server to Mojang s profile API, to avoid rate limits and serve profiles faster. (2020-03-27, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688621048977490.html

[代理服务器] HTTPRequest

HTTPRequest是一个易于使用的零依赖性Java包装器,用于从URL读取。支持Cookie、代理、UserAgen...
HTTPRequest is an easy-to-use zero dependency Java wrapper to read from a URL. Support for Cookies, proxies, UserAgent, post data and more. (2023-03-14, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688620993843159.html

[代理服务器] ViaProxy

独立代理,允许玩家加入每个Minecraft服务器版本(Classic、Alpha、Beta、Release、Bedrock)
Standalone proxy which allows players to join EVERY Minecraft server version (Classic, Alpha, Beta, Release, Bedrock) (2023-07-03, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688620680416302.html

[代理服务器] jsoup_xici1.7.3

加入对代理服务器的支持,不考虑账号验证的问题。重载了方法 connect() 调用方法: Jsoup.connect(String url,String proxyhost,int proxyport) org.jsoup.Connection interface Request 添加抽象方法getProxyhost,getProxyport,setProxyhost,setProxyport org.jsoup.helper.HttpConnection inner Class Request 添加方法的实现getProxyhost,getProxyport,setProxyhost,setProxyport org.jsoup.Connection 添加抽象方法proxy(String,int) org.jsoup.helper.HttpConnection 加入方法proxy(String host,int port) org.jsoup.Jsoup 添加方法public static Connection connect(String url,String proxyhost,int proxyport) 和方法public static Document parse(URL url, int timeoutMillis,String proxyhost,int proxyport)
Adding support for proxy server does not consider the problem of the account verification. Overloaded methods connect () Call the method: Jsoup.connect (String url, String proxyhost, int proxyport) org.jsoup.Connection interface Request Add abstract methods getProxyhost, getProxyport, setProxyhost, setProxyport org.jsoup.helper.HttpConnection inner Class Request Add methods to achieve getProxyhost, getProxyport, setProxyhost, setProxyport org.jsoup.Connection Add abstract method proxy (String, int) org.jsoup.helper.HttpConnection Add Method proxy (String host, int port) org.jsoup.Jsoup Add a method public static Connection connect (String url, String proxyhost, int proxyport) And methods public static Document parse (URL url, int timeoutMillis, String proxyhost, int proxyport) (2014-05-10, Java, 665KB, 下载19次)

http://www.pudn.com/Download/item/id/2536263.html

[代理服务器] 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. (2009-04-29, Java, 5KB, 下载7次)

http://www.pudn.com/Download/item/id/736209.html

[代理服务器] paw-release-0.27

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 GUI client can conveniently manage. (2006-03-03, Java, 1984KB, 下载59次)

http://www.pudn.com/Download/item/id/150151.html
总计:354