This commit is contained in:
zzz
2014-05-20 13:23:31 +00:00
parent b573dab05f
commit 73943b1a08

View File

@@ -530,7 +530,7 @@ public abstract class I2PTunnelHTTPClientBase extends I2PTunnelClientBase implem
}
/**
* @since 0.9.14 moved from superclasses
* @since 0.9.14 moved from subclasses
*/
protected class OnTimeout implements I2PTunnelRunner.FailCallback {
private final Socket _socket;
@@ -562,7 +562,7 @@ public abstract class I2PTunnelHTTPClientBase extends I2PTunnelClientBase implem
}
/**
* @since 0.9.14 moved from superclasses
* @since 0.9.14 moved from subclasses
*/
protected void handleClientException(Exception ex, OutputStream out, String targetRequest,
boolean usingWWWProxy, String wwwProxy, long requestId) {
@@ -615,7 +615,7 @@ public abstract class I2PTunnelHTTPClientBase extends I2PTunnelClientBase implem
/**
* No extra message
* @param jumpServers comma- or space-separated list, or null
* @since 0.9.14 moved from superclasses
* @since 0.9.14 moved from subclasses
*/
protected void writeErrorMessage(byte[] errMessage, OutputStream out, String targetRequest,
boolean usingWWWProxy, String wwwProxy, String jumpServers) throws IOException {