你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TestProxyTestServer 类

  • java.lang.Object
    • com.azure.core.test.http.TestProxyTestServer

实现

public class TestProxyTestServer
implements Closeable

一个简单的 HttpServer 单元测试测试代理基础结构。

构造函数摘要

构造函数 说明
TestProxyTestServer()

测试代理测试服务器的构造函数

方法摘要

修饰符和类型 方法和描述
void close()

方法继承自 java.lang.Object

构造函数详细信息

TestProxyTestServer

public TestProxyTestServer()

TestProxyTestServer 的构造函数

方法详细信息

close

public void close()

适用于