forked from I2P_Developers/i2p.i2p
* Streaming: Move streaming to new package (ticket #1135)
This commit is contained in:
@@ -16,11 +16,11 @@ import java.nio.channels.SelectableChannel;
|
||||
*/
|
||||
public abstract class AcceptingChannel extends SelectableChannel {
|
||||
|
||||
abstract I2PSocket accept() throws I2PException, ConnectException;
|
||||
public abstract I2PSocket accept() throws I2PException, ConnectException;
|
||||
|
||||
protected final I2PSocketManager _socketManager;
|
||||
|
||||
AcceptingChannel(I2PSocketManager manager) {
|
||||
protected AcceptingChannel(I2PSocketManager manager) {
|
||||
this._socketManager = manager;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user