HttpConnectionInfo abstract class
Information about an HttpRequest, HttpResponse, HttpClientRequest, or HttpClientResponse connection.
abstract class HttpConnectionInfo {
String get remoteHost;
int get remotePort;
int get localPort;
}
Information about an HttpRequest, HttpResponse, HttpClientRequest, or HttpClientResponse connection.
abstract class HttpConnectionInfo {
String get remoteHost;
int get remotePort;
int get localPort;
}