forked from I2P_Developers/i2p.i2p
InternalSocket: Implement more methods, add debug output, don't ignore interrupt on accept()
Close socket on InternalSocketRunner exception
This commit is contained in:
@ -35,6 +35,11 @@
|
||||
*/
|
||||
ctx.portMapper().renderStatusHTML(out);
|
||||
|
||||
/*
|
||||
* Print out the status for the InternalServerSockets
|
||||
*/
|
||||
net.i2p.util.InternalServerSocket.renderStatusHTML(out);
|
||||
|
||||
/*
|
||||
* Print out the status for the AppManager
|
||||
*/
|
||||
|
Reference in New Issue
Block a user