forked from I2P_Developers/i2p.i2p
Streaming: Throw I2PSocketException when connection is reset,
display new error page in HTTP client (ticket #643) javadocs
This commit is contained in:
@@ -6,8 +6,11 @@ import java.net.SocketTimeoutException;
|
||||
import net.i2p.I2PException;
|
||||
|
||||
/**
|
||||
* Defines how to listen for streaming peer connections
|
||||
*
|
||||
* Streaming server socket returned by {@link I2PSocketManager#getServerSocket()}.
|
||||
* Defines how to listen for streaming peer connections.
|
||||
*<p>
|
||||
* Note that this is not a standard Java {@link java.net.ServerSocket},
|
||||
* if you need one of those, use {@link I2PSocketManager#getStandardServerSocket()} instead.
|
||||
*/
|
||||
public interface I2PServerSocket {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user