Package net.i2p.i2ptunnel
Class I2PTunnelHTTPClientBase.OnTimeout
java.lang.Object
net.i2p.i2ptunnel.I2PTunnelHTTPClientBase.OnTimeout
- All Implemented Interfaces:
- I2PTunnelRunner.FailCallback
- Enclosing class:
- I2PTunnelHTTPClientBase
protected class I2PTunnelHTTPClientBase.OnTimeout
extends Object
implements I2PTunnelRunner.FailCallback
- Since:
- 0.9.14 moved from subclasses
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
OnTimeoutpublic OnTimeout(Socket s, OutputStream out, String target, boolean usingProxy, String wwwProxy, long id) - Parameters:
- target- the URI for an HTTP request, or the hostname for CONNECT
 
- 
OnTimeoutpublic OnTimeout(Socket s, OutputStream out, String target, boolean usingProxy, String wwwProxy, long id, String targetHost, boolean isSSL) - Parameters:
- target- the URI for an HTTP request, or the hostname for CONNECT
- targetHost- if non-null, call noteProxyResult() with this as host
- isSSL- to pass to noteProxyResult(). FALSE for ConnectClient.
- Since:
- 0.9.39
 
 
- 
- 
Method Details- 
onFail- Specified by:
- onFailin interface- I2PTunnelRunner.FailCallback
- Parameters:
- ex- may be null
 
 
-