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 Object
implements NetworkAdminHTTPProxy.Details
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ProxyDetails
(String _name, String _response, String _auth_type) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
name
-
response
-
auth_type
-
-
Constructor Details
-
ProxyDetails
-
-
Method Details
-
getServerName
- Specified by:
getServerName
in interfaceNetworkAdminHTTPProxy.Details
-
getResponse
- Specified by:
getResponse
in interfaceNetworkAdminHTTPProxy.Details
-
getAuthenticationType
- Specified by:
getAuthenticationType
in interfaceNetworkAdminHTTPProxy.Details
-