forked from I2P_Developers/i2p.i2p
2004-11-16 jrandom
* Clean up the propogation of i2psocket options so that various streaming libs can honor them more precisely
This commit is contained in:
@ -49,6 +49,9 @@ public interface I2PSocketManager {
|
||||
public void setDefaultOptions(I2PSocketOptions options);
|
||||
public I2PSocketOptions getDefaultOptions();
|
||||
public I2PServerSocket getServerSocket();
|
||||
|
||||
public I2PSocketOptions buildOptions();
|
||||
public I2PSocketOptions buildOptions(Properties opts);
|
||||
|
||||
/**
|
||||
* Create a new connected socket (block until the socket is created)
|
||||
|
Reference in New Issue
Block a user