Class NetworkAdminHTTPProxyImpl.ProxyDetails
- java.lang.Object
-
- com.biglybt.core.networkmanager.admin.impl.NetworkAdminHTTPProxyImpl.ProxyDetails
-
- All Implemented Interfaces:
NetworkAdminHTTPProxy.Details
- Enclosing class:
- NetworkAdminHTTPProxyImpl
protected static class NetworkAdminHTTPProxyImpl.ProxyDetails extends java.lang.Object implements NetworkAdminHTTPProxy.Details
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProxyDetails(java.lang.String _name, java.lang.String _response, java.lang.String _auth_type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAuthenticationType()
java.lang.String
getResponse()
java.lang.String
getServerName()
-
-
-
Method Detail
-
getServerName
public java.lang.String getServerName()
- Specified by:
getServerName
in interfaceNetworkAdminHTTPProxy.Details
-
getResponse
public java.lang.String getResponse()
- Specified by:
getResponse
in interfaceNetworkAdminHTTPProxy.Details
-
getAuthenticationType
public java.lang.String getAuthenticationType()
- Specified by:
getAuthenticationType
in interfaceNetworkAdminHTTPProxy.Details
-
-