azure-docs-sdk-java/docs-ref-autogen/com.azure.core.test.http.Te...

55 строки
3.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.test.http.TestProxyTestServer"
fullName: "com.azure.core.test.http.TestProxyTestServer"
name: "TestProxyTestServer"
nameWithType: "TestProxyTestServer"
summary: "A simple <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpServer\"></xref> for unit testing the test proxy infrastructure."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **TestProxyTestServer**</br> implements <a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html\">Closeable</a>"
constructors:
- uid: "com.azure.core.test.http.TestProxyTestServer.TestProxyTestServer()"
fullName: "com.azure.core.test.http.TestProxyTestServer.TestProxyTestServer()"
name: "TestProxyTestServer()"
nameWithType: "TestProxyTestServer.TestProxyTestServer()"
summary: "Constructor for Test<wbr>Proxy<wbr>Test<wbr>Server"
syntax: "public TestProxyTestServer()"
desc: "Constructor for TestProxyTestServer"
methods:
- uid: "com.azure.core.test.http.TestProxyTestServer.close()"
fullName: "com.azure.core.test.http.TestProxyTestServer.close()"
name: "close()"
nameWithType: "TestProxyTestServer.close()"
syntax: "public void close()"
- uid: "com.azure.core.test.http.TestProxyTestServer.port()"
fullName: "com.azure.core.test.http.TestProxyTestServer.port()"
name: "port()"
nameWithType: "TestProxyTestServer.port()"
summary: "Get the port of the server."
syntax: "public int port()"
desc: "Get the port of the server."
returns:
description: "The port of the server."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A simple <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpServer\"></xref> for unit testing the test proxy infrastructure."
implements:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html\">Closeable</a>"
metadata: {}
package: "com.azure.core.test.http"
artifact: com.azure:azure-core-test:1.26.2