forked from I2P_Developers/i2p.i2p
format (shendaras)
This commit is contained in:
@ -11,7 +11,7 @@ public interface I2PServerSocket {
|
||||
* Closes the socket.
|
||||
*/
|
||||
public void close() throws I2PException;
|
||||
|
||||
|
||||
/**
|
||||
* Waits for the next socket connecting. If a remote user tried to make a
|
||||
* connection and the local application wasn't .accept()ing new connections,
|
||||
@ -26,4 +26,4 @@ public interface I2PServerSocket {
|
||||
* Access the manager which is coordinating the server socket
|
||||
*/
|
||||
public I2PSocketManager getManager();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user