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.
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
-------------------------------------------------------------------------------
ataylor Andy Taylor
beve Daniel Bevenius
fredbregier Frederic Bregier
trustin Trustin Heuiseung Lee
-------------------------------------------------------------------------------

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -35,7 +35,7 @@ import java.util.List;
* instead of calling the constructor explicitly.
*
* @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)
*
* @version $Rev$, $Date$

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -45,7 +45,7 @@ import java.util.Map;
* {@link ChannelHandlerContext#sendDownstream(ChannelEvent)} by yourself.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
* @author Trustin Lee (trustin@gmail.com)
*
* @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.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
* @author Trustin Lee (trustin@gmail.com)
*
* @version $Rev$, $Date$
*/

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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