BannedIpImplpublic class BannedIpImpl extends Object implements BannedIp
Fields Summary |
---|
protected long | time | protected String | torrent_name | protected String | ip |
Constructors Summary |
---|
protected BannedIpImpl(String _ip, String _torrent_name)
ip = _ip;
torrent_name = _torrent_name;
time = SystemTime.getCurrentTime();
| protected BannedIpImpl(String _ip, String _torrent_name, long _time)
ip = _ip;
torrent_name = _torrent_name;
time = _time;
|
|