javadoc and logging tweaks; bring back i2ptunnel link to summary bar
This commit is contained in:
@ -30,6 +30,7 @@ import net.i2p.data.Destination;
|
||||
* i2p.naming.eepget.list=http://stats.i2p/cgi-bin/hostquery.cgi?a=,http://i2host.i2p/cgi-bin/i2hostquery?
|
||||
*
|
||||
* @author zzz
|
||||
* @since 0.7.9
|
||||
*/
|
||||
public class EepGetAndAddNamingService extends EepGetNamingService {
|
||||
|
||||
|
@ -26,6 +26,7 @@ import net.i2p.I2PAppContext;
|
||||
* that may vanish. If you do use multipe writers,
|
||||
* you may get intermittent 'write end dead' or 'pipe broken' IOExceptions on the reader side.
|
||||
* See http://techtavern.wordpress.com/2008/07/16/whats-this-ioexception-write-end-dead/
|
||||
* @since 0.7.9
|
||||
*/
|
||||
public class InternalServerSocket extends ServerSocket {
|
||||
private static final ConcurrentHashMap<Integer, InternalServerSocket> _sockets = new ConcurrentHashMap(4);
|
||||
|
@ -12,6 +12,7 @@ import java.nio.channels.SocketChannel;
|
||||
* A simple in-JVM Socket using Piped Streams.
|
||||
* We use port numbers just like regular sockets.
|
||||
* Can only connect to InternalServerSocket.
|
||||
* @since 0.7.9
|
||||
*/
|
||||
public class InternalSocket extends Socket {
|
||||
private InputStream _is;
|
||||
|
@ -18,6 +18,7 @@ import net.i2p.util.ConcurrentHashSet;
|
||||
* Support real-time language changing with the routerconsole.lang property.
|
||||
*
|
||||
* @author zzz, from a base generated by eclipse.
|
||||
* @since 0.7.9
|
||||
*/
|
||||
public abstract class Translate {
|
||||
public static final String PROP_LANG = "routerconsole.lang";
|
||||
|
Reference in New Issue
Block a user