Moved org.jboss.netty.handler.timeout to org.jboss.netty.channel.timeout because timeout detection will be implemented as a TrafficMonitor

This commit is contained in:
Trustin Lee 2009-02-05 03:16:14 +00:00
parent b6ecccb493
commit 2625d10e58
7 changed files with 7 additions and 7 deletions

View File

@ -20,7 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
*/
package org.jboss.netty.handler.timeout;
package org.jboss.netty.channel.timeout;
import org.jboss.netty.channel.ChannelException;

View File

@ -20,7 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
*/
package org.jboss.netty.handler.timeout;
package org.jboss.netty.channel.timeout;
import org.jboss.netty.channel.ChannelException;

View File

@ -20,7 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
*/
package org.jboss.netty.handler.timeout;
package org.jboss.netty.channel.timeout;
import java.util.ArrayList;
import java.util.Collections;

View File

@ -20,7 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
*/
package org.jboss.netty.handler.timeout;
package org.jboss.netty.channel.timeout;
import java.util.concurrent.TimeUnit;

View File

@ -20,7 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
*/
package org.jboss.netty.handler.timeout;
package org.jboss.netty.channel.timeout;
/**
* @author The Netty Project (netty-dev@lists.jboss.org)

View File

@ -20,7 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
*/
package org.jboss.netty.handler.timeout;
package org.jboss.netty.channel.timeout;
import java.util.Set;
import java.util.concurrent.TimeUnit;

View File

@ -20,7 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
*/
package org.jboss.netty.handler.timeout;
package org.jboss.netty.channel.timeout;
/**
* @author The Netty Project (netty-dev@lists.jboss.org)