Changeset 50f5587 for apps/ministreaming
- Timestamp:
- Jan 4, 2014 7:56:55 PM (7 years ago)
- Branches:
- master
- Children:
- 54a21bf
- Parents:
- f9ff2623
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/ministreaming/java/src/net/i2p/client/streaming/AcceptingChannel.java
rf9ff2623 r50f5587 17 17 public abstract class AcceptingChannel extends SelectableChannel { 18 18 19 p ublicabstract I2PSocket accept() throws I2PException, ConnectException;19 protected abstract I2PSocket accept() throws I2PException, ConnectException; 20 20 21 21 protected final I2PSocketManager _socketManager;
Note: See TracChangeset
for help on using the changeset viewer.