Uses of Interface
com.biglybt.core.proxy.AEProxyState
-
Packages that use AEProxyState Package Description com.biglybt.core.proxy com.biglybt.core.proxy.impl com.biglybt.core.proxy.socks.impl -
-
Uses of AEProxyState in com.biglybt.core.proxy
Methods in com.biglybt.core.proxy that return AEProxyState Modifier and Type Method Description AEProxyState
AEProxyHandler. getInitialState(AEProxyConnection connection)
Methods in com.biglybt.core.proxy with parameters of type AEProxyState Modifier and Type Method Description void
AEProxyConnection. setConnectState(AEProxyState state)
void
AEProxyConnection. setReadState(AEProxyState state)
void
AEProxyConnection. setWriteState(AEProxyState state)
-
Uses of AEProxyState in com.biglybt.core.proxy.impl
Fields in com.biglybt.core.proxy.impl declared as AEProxyState Modifier and Type Field Description protected AEProxyState
AEProxyConnectionImpl. proxy_connect_state
protected AEProxyState
AEProxyConnectionImpl. proxy_read_state
protected AEProxyState
AEProxyConnectionImpl. proxy_write_state
Methods in com.biglybt.core.proxy.impl with parameters of type AEProxyState Modifier and Type Method Description void
AEProxyConnectionImpl. setConnectState(AEProxyState state)
void
AEProxyConnectionImpl. setReadState(AEProxyState state)
void
AEProxyConnectionImpl. setWriteState(AEProxyState state)
-
Uses of AEProxyState in com.biglybt.core.proxy.socks.impl
Methods in com.biglybt.core.proxy.socks.impl that return AEProxyState Modifier and Type Method Description protected AEProxyState
AESocksProxyConnectionImpl. getInitialState()
AEProxyState
AESocksProxyImpl. getInitialState(AEProxyConnection connection)
-