Package com.biglybt.core.proxy
Interface AEProxyFactory.PluginProxy
- All Known Implementing Classes:
AEPluginProxyHandler.PluginProxyImpl
- Enclosing class:
AEProxyFactory
public static interface AEProxyFactory.PluginProxy
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
-
Field Details
-
ST_UNKNOWN
static final int ST_UNKNOWN- See Also:
-
ST_OK
static final int ST_OK- See Also:
-
ST_BAD
static final int ST_BAD- See Also:
-
-
Method Details
-
getTarget
String getTarget() -
getChildProxy
-
getProxy
Proxy getProxy() -
getURL
URL getURL() -
getURLHostRewrite
String getURLHostRewrite() -
getHost
String getHost() -
getPort
int getPort() -
getLocalAddress
InetSocketAddress getLocalAddress() -
setOK
void setOK(boolean good) -
getStatus
int getStatus() -
getConnected
boolean getConnected() -
getError
Throwable getError() -
addListener
-