forked from I2P_Developers/i2p.i2p
Added more complete javadocs to ministreaming and cleaned up overrides so
the code is JDK5 compliant. There remains some unchecked warnings, but these aren't important at this juncture.
This commit is contained in:
@ -31,14 +31,14 @@ class I2PServerSocketImpl implements I2PServerSocket {
|
||||
private Object socketAddedLock = new Object();
|
||||
|
||||
/**
|
||||
* Set Sock Option accept timeout stub, does nothing
|
||||
* Set Sock Option accept timeout stub, does nothing in ministreaming
|
||||
* @param x
|
||||
*/
|
||||
public void setSoTimeout(long x) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get Sock Option accept timeout stub, does nothing
|
||||
* Get Sock Option accept timeout stub, does nothing in ministreaming
|
||||
* @return timeout
|
||||
*/
|
||||
public long getSoTimeout() {
|
||||
|
Reference in New Issue
Block a user