Updated author information. I want to get messages about Netty in my gmail account.

This commit is contained in:
Trustin Lee 2009-10-14 05:46:40 +00:00
parent c3b06d4a67
commit eca6033456
451 changed files with 455 additions and 454 deletions

View File

@ -2,12 +2,13 @@ The Netty Project - Copyright 2009 Red Hat, Inc, and is licensed under the
Apache License version 2.0 as published by the Apache Software Foundation. Apache License version 2.0 as published by the Apache Software Foundation.
A summary of the individual contributors is given below. Any omission should be A summary of the individual contributors is given below. Any omission should be
sent to Trustin Lee <tlee@redhat.com>. sent to Trustin Lee <trustin@gmail.com>.
SVN Login(s) Name SVN Login(s) Name
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
ataylor Andy Taylor ataylor Andy Taylor
beve Daniel Bevenius beve Daniel Bevenius
fredbregier Frederic Bregier
trustin Trustin Heuiseung Lee trustin Trustin Heuiseung Lee
------------------------------------------------------------------------------- -------------------------------------------------------------------------------

View File

@ -40,7 +40,7 @@ import org.jboss.netty.util.internal.MapUtil;
* connectionless (e.g. UDP) channel initialization respectively. * connectionless (e.g. UDP) channel initialization respectively.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -108,7 +108,7 @@ import org.jboss.netty.channel.SimpleChannelUpstreamHandler;
* for different {@link Channel}s. * for different {@link Channel}s.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -116,7 +116,7 @@ import org.jboss.netty.channel.SimpleChannelUpstreamHandler;
* different settings for different {@link Channel}s. * different settings for different {@link Channel}s.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -148,7 +148,7 @@ import org.jboss.netty.channel.SimpleChannelUpstreamHandler;
* for different {@link Channel}s. * for different {@link Channel}s.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -28,7 +28,7 @@ import java.util.NoSuchElementException;
* A skeletal implementation of a buffer. * A skeletal implementation of a buffer.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -21,7 +21,7 @@ import java.nio.ByteOrder;
* A skeletal implementation of {@link ChannelBufferFactory}. * A skeletal implementation of {@link ChannelBufferFactory}.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -24,7 +24,7 @@ import java.nio.ByteOrder;
* constructor explicitly. * constructor explicitly.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -32,7 +32,7 @@ import java.nio.charset.UnsupportedCharsetException;
* constructor explicitly. * constructor explicitly.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -222,7 +222,7 @@ import java.util.NoSuchElementException;
* {@link ChannelBufferOutputStream}. * {@link ChannelBufferOutputStream}.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -21,7 +21,7 @@ import java.nio.ByteOrder;
* A factory that creates or pools {@link ChannelBuffer}s. * A factory that creates or pools {@link ChannelBuffer}s.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
public interface ChannelBufferFactory { public interface ChannelBufferFactory {

View File

@ -28,7 +28,7 @@ package org.jboss.netty.buffer;
* for more explanation. * for more explanation.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -33,7 +33,7 @@ import java.io.InputStream;
* the endianness of the underlying buffer. * the endianness of the underlying buffer.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -32,7 +32,7 @@ import java.io.OutputStream;
* the endianness of the underlying buffer. * the endianness of the underlying buffer.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -75,7 +75,7 @@ import java.nio.charset.UnsupportedCharsetException;
* byte order. * byte order.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -35,7 +35,7 @@ import java.util.List;
* instead of calling the constructor explicitly. * instead of calling the constructor explicitly.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @author Frederic Bregier (fredbregier@free.fr) * @author Frederic Bregier (fredbregier@free.fr)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$

View File

@ -30,7 +30,7 @@ import java.nio.ByteOrder;
* reducing the number of the garbage collected internal direct buffer objects. * reducing the number of the garbage collected internal direct buffer objects.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
public class DirectChannelBufferFactory extends AbstractChannelBufferFactory { public class DirectChannelBufferFactory extends AbstractChannelBufferFactory {

View File

@ -30,7 +30,7 @@ import java.nio.channels.ScatteringByteChannel;
* of calling the constructor explicitly. * of calling the constructor explicitly.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -30,7 +30,7 @@ import java.nio.channels.ScatteringByteChannel;
* calling the constructor explicitly. * calling the constructor explicitly.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -29,7 +29,7 @@ import java.nio.charset.UnsupportedCharsetException;
* A skeletal implementation for Java heap buffers. * A skeletal implementation for Java heap buffers.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -24,7 +24,7 @@ import java.nio.ByteOrder;
* which is highly optimized for heap allocation. * which is highly optimized for heap allocation.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
public class HeapChannelBufferFactory extends AbstractChannelBufferFactory { public class HeapChannelBufferFactory extends AbstractChannelBufferFactory {

View File

@ -24,7 +24,7 @@ import java.nio.ByteOrder;
* calling the constructor explicitly. * calling the constructor explicitly.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -30,7 +30,7 @@ import java.nio.channels.ScatteringByteChannel;
* instead of calling the constructor explicitly. * instead of calling the constructor explicitly.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -31,7 +31,7 @@ import java.nio.channels.ScatteringByteChannel;
* explicitly. * explicitly.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -31,7 +31,7 @@ import java.nio.channels.ScatteringByteChannel;
* explicitly. * explicitly.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -20,7 +20,7 @@ package org.jboss.netty.buffer;
* need to use this interface. It is used internally in most cases. * need to use this interface. It is used internally in most cases.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -24,7 +24,7 @@ import org.jboss.netty.util.internal.ConcurrentHashMap;
* A skeletal {@link Channel} implementation. * A skeletal {@link Channel} implementation.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -21,7 +21,7 @@ import static org.jboss.netty.channel.Channels.*;
* A skeletal {@link ChannelSink} implementation. * A skeletal {@link ChannelSink} implementation.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -31,7 +31,7 @@ import java.net.SocketAddress;
* </ul> * </ul>
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -29,7 +29,7 @@ import java.util.List;
* returning the same prediction. * returning the same prediction.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -93,7 +93,7 @@ import org.jboss.netty.channel.socket.nio.NioSocketChannelConfig;
* </p> * </p>
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -63,7 +63,7 @@ import org.jboss.netty.handler.timeout.WriteTimeoutHandler;
* socket as explained in {@link SocketChannelConfig} or {@link NioSocketChannelConfig}. * socket as explained in {@link SocketChannelConfig} or {@link NioSocketChannelConfig}.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -119,7 +119,7 @@ import java.net.SocketAddress;
* understand the relationship between a handler and its stateful properties. * understand the relationship between a handler and its stateful properties.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -51,7 +51,7 @@ package org.jboss.netty.channel;
* documentation to find out how an event flows in a pipeline. * documentation to find out how an event flows in a pipeline.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -19,7 +19,7 @@ package org.jboss.netty.channel;
* A {@link RuntimeException} which is thrown when an I/O operation fails. * A {@link RuntimeException} which is thrown when an I/O operation fails.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -48,7 +48,7 @@ import org.jboss.netty.util.ExternalResourceReleasable;
* {@link NioServerSocketChannelFactory}. * {@link NioServerSocketChannelFactory}.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -93,7 +93,7 @@ import org.jboss.netty.handler.execution.ExecutionHandler;
* {@link IllegalStateException} will be raised to prevent a dead lock. * {@link IllegalStateException} will be raised to prevent a dead lock.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -31,7 +31,7 @@ import java.util.EventListener;
* operation in a different thread using a thread pool. * operation in a different thread using a thread pool.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -50,7 +50,7 @@ package org.jboss.netty.channel;
* differences they have, and how they flow in a pipeline. * differences they have, and how they flow in a pipeline.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -85,7 +85,7 @@ import java.util.concurrent.ConcurrentMap;
* pipeline. * pipeline.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -21,7 +21,7 @@ package org.jboss.netty.channel;
* in its handler methods. * in its handler methods.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -30,7 +30,7 @@ import org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap;
* property, which performs better. * property, which performs better.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *
* @apiviz.stereotype utility * @apiviz.stereotype utility

View File

@ -186,7 +186,7 @@ import org.jboss.netty.handler.ssl.SslHandler;
* <tt>FirstHandler</tt> and <tt>SecondHandler</tt>. * <tt>FirstHandler</tt> and <tt>SecondHandler</tt>.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -202,7 +202,7 @@ import java.util.concurrent.ConcurrentMap;
* ID property could have been more complicated otherwise. * ID property could have been more complicated otherwise.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -21,7 +21,7 @@ package org.jboss.netty.channel;
* failed to initialize a {@link ChannelPipeline}. * failed to initialize a {@link ChannelPipeline}.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -23,7 +23,7 @@ package org.jboss.netty.channel;
* it for any other purposes. * it for any other purposes.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -24,7 +24,7 @@ package org.jboss.netty.channel;
* in their code. * in their code.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -77,7 +77,7 @@ import java.net.SocketAddress;
* *
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -25,7 +25,7 @@ package org.jboss.netty.channel;
* fundamental differences they have. * fundamental differences they have.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -188,7 +188,7 @@ import org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor;
* understand the relationship between a handler and its stateful properties. * understand the relationship between a handler and its stateful properties.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -45,7 +45,7 @@ import java.util.Map;
* {@link ChannelHandlerContext#sendDownstream(ChannelEvent)} by yourself. * {@link ChannelHandlerContext#sendDownstream(ChannelEvent)} by yourself.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @apiviz.landmark * @apiviz.landmark
* *

View File

@ -22,7 +22,7 @@ package org.jboss.netty.channel;
* event and a downstream event are and what fundamental differences they have. * event and a downstream event are and what fundamental differences they have.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -25,7 +25,7 @@ import org.jboss.netty.logging.InternalLoggerFactory;
* {@link ChannelFuture} which has been completed already. * {@link ChannelFuture} which has been completed already.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -28,7 +28,7 @@ import org.jboss.netty.util.internal.ConversionUtil;
* The default {@link SocketChannelConfig} implementation. * The default {@link SocketChannelConfig} implementation.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -32,7 +32,7 @@ import org.jboss.netty.util.internal.IoWorkerRunnable;
* explicitly. * explicitly.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -32,7 +32,7 @@ import org.jboss.netty.logging.InternalLoggerFactory;
* instance rather than calling the constructor directly. * instance rather than calling the constructor directly.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -21,7 +21,7 @@ import static org.jboss.netty.channel.Channels.*;
* The default {@link ChildChannelStateEvent} implementation. * The default {@link ChildChannelStateEvent} implementation.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -23,7 +23,7 @@ import org.jboss.netty.util.internal.StackTraceSimplifier;
* The default {@link ExceptionEvent} implementation. * The default {@link ExceptionEvent} implementation.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -27,7 +27,7 @@ import org.jboss.netty.handler.timeout.WriteTimeoutHandler;
* The default {@link ServerSocketChannelConfig} implementation. * The default {@link ServerSocketChannelConfig} implementation.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -21,7 +21,7 @@ import static org.jboss.netty.channel.Channels.*;
* The default {@link WriteCompletionEvent} implementation. * The default {@link WriteCompletionEvent} implementation.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -19,7 +19,7 @@ package org.jboss.netty.channel;
* The default downstream {@link ChannelStateEvent} implementation. * The default downstream {@link ChannelStateEvent} implementation.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -23,7 +23,7 @@ import org.jboss.netty.util.internal.StringUtil;
* The default downstream {@link MessageEvent} implementation. * The default downstream {@link MessageEvent} implementation.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -23,7 +23,7 @@ package org.jboss.netty.channel;
* fundamental differences they have. * fundamental differences they have.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -21,7 +21,7 @@ package org.jboss.netty.channel;
* instead of calling the constructor of this future. * instead of calling the constructor of this future.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -21,7 +21,7 @@ package org.jboss.netty.channel;
* size prediction. This predictor ignores the feed back from the I/O thread. * size prediction. This predictor ignores the feed back from the I/O thread.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -54,7 +54,7 @@ package org.jboss.netty.channel;
* </pre> * </pre>
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
public interface LifeCycleAwareChannelHandler extends ChannelHandler { public interface LifeCycleAwareChannelHandler extends ChannelHandler {

View File

@ -26,7 +26,7 @@ import java.net.SocketAddress;
* and what fundamental differences they have. * and what fundamental differences they have.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -31,7 +31,7 @@ import org.jboss.netty.buffer.ChannelBuffer;
* update the predictor so it can predict more accurately next time. * update the predictor so it can predict more accurately next time.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -23,7 +23,7 @@ import org.jboss.netty.channel.socket.ServerSocketChannel;
* a good example. * a good example.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
public interface ServerChannel extends Channel { public interface ServerChannel extends Channel {

View File

@ -19,7 +19,7 @@ package org.jboss.netty.channel;
* A {@link ChannelFactory} that creates a {@link ServerChannel}. * A {@link ChannelFactory} that creates a {@link ServerChannel}.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -50,7 +50,7 @@ import java.net.SocketAddress;
* }</pre> * }</pre>
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -70,7 +70,7 @@ import org.jboss.netty.logging.InternalLoggerFactory;
* }</pre> * }</pre>
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -52,7 +52,7 @@ import org.jboss.netty.logging.InternalLoggerFactory;
* }</pre> * }</pre>
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -21,7 +21,7 @@ package org.jboss.netty.channel;
* calling the constructor of this future. * calling the constructor of this future.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -21,7 +21,7 @@ package org.jboss.netty.channel;
* an {@link IllegalStateException}. * an {@link IllegalStateException}.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -21,7 +21,7 @@ import static org.jboss.netty.channel.Channels.*;
* The default upstream {@link ChannelStateEvent} implementation. * The default upstream {@link ChannelStateEvent} implementation.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -25,7 +25,7 @@ import org.jboss.netty.util.internal.StringUtil;
* The default upstream {@link MessageEvent} implementation. * The default upstream {@link MessageEvent} implementation.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -23,7 +23,7 @@ package org.jboss.netty.channel;
* differences they have. * differences they have.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -81,7 +81,7 @@ import org.jboss.netty.channel.ServerChannel;
* </pre> * </pre>
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *
* @apiviz.landmark * @apiviz.landmark

View File

@ -105,7 +105,7 @@ import org.jboss.netty.handler.execution.ExecutionHandler;
* {@link IllegalStateException} will be raised to prevent a dead lock. * {@link IllegalStateException} will be raised to prevent a dead lock.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *
* @apiviz.owns org.jboss.netty.channel.group.ChannelGroupFutureListener - - notifies * @apiviz.owns org.jboss.netty.channel.group.ChannelGroupFutureListener - - notifies

View File

@ -24,7 +24,7 @@ import java.util.EventListener;
* and all I/O operations are complete. * and all I/O operations are complete.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -37,7 +37,7 @@ import org.jboss.netty.util.internal.ConcurrentHashMap;
* The default {@link ChannelGroup} implementation. * The default {@link ChannelGroup} implementation.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *
* @apiviz.landmark * @apiviz.landmark

View File

@ -37,7 +37,7 @@ import org.jboss.netty.util.internal.IoWorkerRunnable;
* The default {@link ChannelGroupFuture} implementation. * The default {@link ChannelGroupFuture} implementation.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -36,7 +36,7 @@ import org.jboss.netty.util.internal.ThreadLocalBoolean;
/** /**
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Andy Taylor (andy.taylor@jboss.org) * @author Andy Taylor (andy.taylor@jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
final class DefaultLocalChannel extends AbstractChannel implements LocalChannel { final class DefaultLocalChannel extends AbstractChannel implements LocalChannel {

View File

@ -23,7 +23,7 @@ import org.jboss.netty.channel.ChannelSink;
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Andy Taylor (andy.taylor@jboss.org) * @author Andy Taylor (andy.taylor@jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
public class DefaultLocalClientChannelFactory implements LocalClientChannelFactory { public class DefaultLocalClientChannelFactory implements LocalClientChannelFactory {

View File

@ -29,7 +29,7 @@ import org.jboss.netty.channel.DefaultServerChannelConfig;
/** /**
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Andy Taylor (andy.taylor@jboss.org) * @author Andy Taylor (andy.taylor@jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
final class DefaultLocalServerChannel extends AbstractServerChannel final class DefaultLocalServerChannel extends AbstractServerChannel

View File

@ -23,7 +23,7 @@ import org.jboss.netty.channel.ChannelSink;
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Andy Taylor (andy.taylor@jboss.org) * @author Andy Taylor (andy.taylor@jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
public class DefaultLocalServerChannelFactory implements LocalServerChannelFactory { public class DefaultLocalServerChannelFactory implements LocalServerChannelFactory {

View File

@ -30,7 +30,7 @@ import java.net.SocketAddress;
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Andy Taylor (andy.taylor@jboss.org) * @author Andy Taylor (andy.taylor@jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
public final class LocalAddress extends SocketAddress implements Comparable<LocalAddress> { public final class LocalAddress extends SocketAddress implements Comparable<LocalAddress> {

View File

@ -22,7 +22,7 @@ import org.jboss.netty.channel.Channel;
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Andy Taylor (andy.taylor@jboss.org) * @author Andy Taylor (andy.taylor@jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
public interface LocalChannel extends Channel { public interface LocalChannel extends Channel {

View File

@ -22,7 +22,7 @@ import org.jboss.netty.util.internal.ConcurrentHashMap;
/** /**
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
final class LocalChannelRegistry { final class LocalChannelRegistry {

View File

@ -22,7 +22,7 @@ import org.jboss.netty.channel.ChannelPipeline;
* A {@link ChannelFactory} that creates a client-side {@link LocalChannel}. * A {@link ChannelFactory} that creates a client-side {@link LocalChannel}.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
public interface LocalClientChannelFactory extends ChannelFactory { public interface LocalClientChannelFactory extends ChannelFactory {

View File

@ -34,7 +34,7 @@ import org.jboss.netty.logging.InternalLoggerFactory;
/** /**
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Andy Taylor (andy.taylor@jboss.org) * @author Andy Taylor (andy.taylor@jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
final class LocalClientChannelSink extends AbstractChannelSink { final class LocalClientChannelSink extends AbstractChannelSink {

View File

@ -22,7 +22,7 @@ import org.jboss.netty.channel.ServerChannel;
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Andy Taylor (andy.taylor@jboss.org) * @author Andy Taylor (andy.taylor@jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
public interface LocalServerChannel extends ServerChannel { public interface LocalServerChannel extends ServerChannel {

View File

@ -22,7 +22,7 @@ import org.jboss.netty.channel.ServerChannelFactory;
* A {@link ServerChannelFactory} that creates a {@link LocalServerChannel}. * A {@link ServerChannelFactory} that creates a {@link LocalServerChannel}.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
public interface LocalServerChannelFactory extends ServerChannelFactory { public interface LocalServerChannelFactory extends ServerChannelFactory {

View File

@ -30,7 +30,7 @@ import org.jboss.netty.channel.MessageEvent;
/** /**
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Andy Taylor (andy.taylor@jboss.org) * @author Andy Taylor (andy.taylor@jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
final class LocalServerChannelSink extends AbstractChannelSink { final class LocalServerChannelSink extends AbstractChannelSink {

View File

@ -22,7 +22,7 @@ import org.jboss.netty.channel.ChannelPipeline;
* A {@link ChannelFactory} which creates a client-side {@link SocketChannel}. * A {@link ChannelFactory} which creates a client-side {@link SocketChannel}.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -25,7 +25,7 @@ import org.jboss.netty.channel.Channel;
* A UDP/IP {@link Channel} which is created by {@link DatagramChannelFactory}. * A UDP/IP {@link Channel} which is created by {@link DatagramChannelFactory}.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -58,7 +58,7 @@ import org.jboss.netty.channel.ReceiveBufferSizePredictor;
* </table> * </table>
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */

View File

@ -22,7 +22,7 @@ import org.jboss.netty.channel.ChannelPipeline;
* A {@link ChannelFactory} which creates a {@link DatagramChannel}. * A {@link ChannelFactory} which creates a {@link DatagramChannel}.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

View File

@ -32,7 +32,7 @@ import org.jboss.netty.util.internal.ConversionUtil;
* The default {@link DatagramChannelConfig} implementation. * The default {@link DatagramChannelConfig} implementation.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (trustin@gmail.com)
* *
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *

Some files were not shown because too many files have changed in this diff Show More