* Replaced e-mail addresses into homepage/blog URL anywhere possible
* Added Amit to COPYRIGHT.txt
This commit is contained in:
parent
c2465826fd
commit
3362114248
@ -6,6 +6,7 @@ sent to Trustin Lee <trustin@gmail.com>.
|
|||||||
|
|
||||||
SVN Login(s) Name
|
SVN Login(s) Name
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
amit.bhayani@jboss.com Amit Bhayani
|
||||||
ataylor Andy Taylor
|
ataylor Andy Taylor
|
||||||
beve Daniel Bevenius
|
beve Daniel Bevenius
|
||||||
fredbregier Frederic Bregier
|
fredbregier Frederic Bregier
|
||||||
|
@ -41,8 +41,8 @@ import org.jboss.netty.util.ExternalResourceReleasable;
|
|||||||
* and {@link ConnectionlessBootstrap} for client side, server-side, and
|
* and {@link ConnectionlessBootstrap} for client side, server-side, and
|
||||||
* connectionless (e.g. UDP) channel initialization respectively.
|
* connectionless (e.g. UDP) channel initialization respectively.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -103,8 +103,8 @@ import org.jboss.netty.channel.Channels;
|
|||||||
* {@link ChannelFactory} to apply different settings for different
|
* {@link ChannelFactory} to apply different settings for different
|
||||||
* {@link Channel}s.
|
* {@link Channel}s.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -112,8 +112,8 @@ import org.jboss.netty.channel.Channels;
|
|||||||
* {@link ChannelFactory} to apply different settings for different
|
* {@link ChannelFactory} to apply different settings for different
|
||||||
* {@link Channel}s.
|
* {@link Channel}s.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -155,8 +155,8 @@ import org.jboss.netty.channel.StaticChannelPipeline;
|
|||||||
* {@link ChannelFactory} to apply different settings for different
|
* {@link ChannelFactory} to apply different settings for different
|
||||||
* {@link Channel}s.
|
* {@link Channel}s.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -28,8 +28,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -20,8 +20,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -23,8 +23,8 @@ import java.nio.ByteOrder;
|
|||||||
* and {@link ChannelBuffers#wrappedBuffer(byte[])} instead of calling the
|
* and {@link ChannelBuffers#wrappedBuffer(byte[])} instead of calling the
|
||||||
* constructor explicitly.
|
* constructor explicitly.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -29,8 +29,8 @@ import java.nio.channels.ScatteringByteChannel;
|
|||||||
* and {@link ChannelBuffers#wrappedBuffer(ByteBuffer)} instead of calling the
|
* and {@link ChannelBuffers#wrappedBuffer(ByteBuffer)} instead of calling the
|
||||||
* constructor explicitly.
|
* constructor explicitly.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -224,8 +224,8 @@ import java.nio.charset.UnsupportedCharsetException;
|
|||||||
* Please refer to {@link ChannelBufferInputStream} and
|
* Please refer to {@link ChannelBufferInputStream} and
|
||||||
* {@link ChannelBufferOutputStream}.
|
* {@link ChannelBufferOutputStream}.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -21,8 +21,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
public interface ChannelBufferFactory {
|
public interface ChannelBufferFactory {
|
||||||
|
@ -25,8 +25,8 @@ package org.jboss.netty.buffer;
|
|||||||
* {@link ChannelBuffer#bytesBefore(int, int, ChannelBufferIndexFinder)}
|
* {@link ChannelBuffer#bytesBefore(int, int, ChannelBufferIndexFinder)}
|
||||||
* for more explanation.
|
* for more explanation.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -32,8 +32,8 @@ import java.io.InputStream;
|
|||||||
* The endianness of the stream is not always big endian but depends on
|
* The endianness of the stream is not always big endian but depends on
|
||||||
* the endianness of the underlying buffer.
|
* the endianness of the underlying buffer.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -31,8 +31,8 @@ import java.io.OutputStream;
|
|||||||
* The endianness of the stream is not always big endian but depends on
|
* The endianness of the stream is not always big endian but depends on
|
||||||
* the endianness of the underlying buffer.
|
* the endianness of the underlying buffer.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -82,8 +82,8 @@ import org.jboss.netty.util.CharsetUtil;
|
|||||||
* of a new buffer type, generation of hex dump and swapping an integer's
|
* of a new buffer type, generation of hex dump and swapping an integer's
|
||||||
* byte order.
|
* byte order.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -32,8 +32,8 @@ import java.util.List;
|
|||||||
* is recommended to use {@link ChannelBuffers#wrappedBuffer(ChannelBuffer...)}
|
* is recommended to use {@link ChannelBuffers#wrappedBuffer(ChannelBuffer...)}
|
||||||
* instead of calling the constructor explicitly.
|
* instead of calling the constructor explicitly.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @author Frederic Bregier (fredbregier@free.fr)
|
* @author Frederic Bregier (fredbregier@free.fr)
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
|
@ -30,8 +30,8 @@ import java.nio.ByteOrder;
|
|||||||
* this problem by allocating a large chunk of pre-allocated direct buffer and
|
* this problem by allocating a large chunk of pre-allocated direct buffer and
|
||||||
* 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
public class DirectChannelBufferFactory extends AbstractChannelBufferFactory {
|
public class DirectChannelBufferFactory extends AbstractChannelBufferFactory {
|
||||||
|
@ -29,8 +29,8 @@ import java.nio.channels.ScatteringByteChannel;
|
|||||||
* parent. It is recommended to use {@link ChannelBuffer#duplicate()} instead
|
* parent. It is recommended to use {@link ChannelBuffer#duplicate()} instead
|
||||||
* of calling the constructor explicitly.
|
* of calling the constructor explicitly.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -29,8 +29,8 @@ import java.nio.channels.ScatteringByteChannel;
|
|||||||
* recommended to use {@link ChannelBuffers#dynamicBuffer(int)} instead of
|
* recommended to use {@link ChannelBuffers#dynamicBuffer(int)} instead of
|
||||||
* calling the constructor explicitly.
|
* calling the constructor explicitly.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -26,8 +26,8 @@ import java.nio.channels.ScatteringByteChannel;
|
|||||||
/**
|
/**
|
||||||
* A skeletal implementation for Java heap buffers.
|
* A skeletal implementation for Java heap buffers.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -24,8 +24,8 @@ import java.nio.ByteOrder;
|
|||||||
* very well in most situations because it relies on the JVM garbage collector,
|
* very well in most situations because it relies on the JVM garbage collector,
|
||||||
* which is highly optimized for heap allocation.
|
* which is highly optimized for heap allocation.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
public class HeapChannelBufferFactory extends AbstractChannelBufferFactory {
|
public class HeapChannelBufferFactory extends AbstractChannelBufferFactory {
|
||||||
|
@ -23,8 +23,8 @@ import java.nio.ByteOrder;
|
|||||||
* and {@link ChannelBuffers#wrappedBuffer(ByteOrder, byte[])} instead of
|
* and {@link ChannelBuffers#wrappedBuffer(ByteOrder, byte[])} instead of
|
||||||
* calling the constructor explicitly.
|
* calling the constructor explicitly.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -29,8 +29,8 @@ import java.nio.channels.ScatteringByteChannel;
|
|||||||
* recommended to use {@link ChannelBuffers#unmodifiableBuffer(ChannelBuffer)}
|
* recommended to use {@link ChannelBuffers#unmodifiableBuffer(ChannelBuffer)}
|
||||||
* instead of calling the constructor explicitly.
|
* instead of calling the constructor explicitly.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -30,8 +30,8 @@ import java.nio.channels.ScatteringByteChannel;
|
|||||||
* {@link ChannelBuffer#slice(int, int)} instead of calling the constructor
|
* {@link ChannelBuffer#slice(int, int)} instead of calling the constructor
|
||||||
* explicitly.
|
* explicitly.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -30,8 +30,8 @@ import java.nio.channels.ScatteringByteChannel;
|
|||||||
* {@link ChannelBuffer#slice(int, int)} instead of calling the constructor
|
* {@link ChannelBuffer#slice(int, int)} instead of calling the constructor
|
||||||
* explicitly.
|
* explicitly.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -19,8 +19,8 @@ package org.jboss.netty.buffer;
|
|||||||
* The common interface for buffer wrappers and derived buffers. Most users won't
|
* The common interface for buffer wrappers and derived buffers. Most users won't
|
||||||
* 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -23,8 +23,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -20,8 +20,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -30,8 +30,8 @@ import java.net.SocketAddress;
|
|||||||
* <li>and the shortcut methods which calls the methods mentioned above
|
* <li>and the shortcut methods which calls the methods mentioned above
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -28,8 +28,8 @@ import java.util.List;
|
|||||||
* amount of the allocated buffer two times consecutively. Otherwise, it keeps
|
* amount of the allocated buffer two times consecutively. Otherwise, it keeps
|
||||||
* returning the same prediction.
|
* returning the same prediction.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -20,8 +20,8 @@ package org.jboss.netty.channel;
|
|||||||
* The {@link ReceiveBufferSizePredictorFactory} that creates a new
|
* The {@link ReceiveBufferSizePredictorFactory} that creates a new
|
||||||
* {@link AdaptiveReceiveBufferSizePredictor}.
|
* {@link AdaptiveReceiveBufferSizePredictor}.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -93,8 +93,8 @@ import org.jboss.netty.channel.socket.nio.NioSocketChannelConfig;
|
|||||||
* to determine when to set or clear the {@link #OP_WRITE} flag.
|
* to determine when to set or clear the {@link #OP_WRITE} flag.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -60,8 +60,8 @@ import org.jboss.netty.channel.socket.nio.NioSocketChannelConfig;
|
|||||||
* example, you can configure the parameters which are specific to a TCP/IP
|
* example, you can configure the parameters which are specific to a TCP/IP
|
||||||
* 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -67,8 +67,8 @@ package org.jboss.netty.channel;
|
|||||||
* Also, please refer to the {@link ChannelPipelineCoverage} annotation to
|
* Also, please refer to the {@link ChannelPipelineCoverage} annotation to
|
||||||
* 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -176,8 +176,8 @@ import org.jboss.netty.channel.socket.ServerSocketChannel;
|
|||||||
* documentation to find out how an event flows in a pipeline and how to handle
|
* documentation to find out how an event flows in a pipeline and how to handle
|
||||||
* the event in your application.
|
* the event in your application.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -18,8 +18,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -47,8 +47,8 @@ import org.jboss.netty.util.ExternalResourceReleasable;
|
|||||||
* please refer to the Javadoc of {@link ChannelFactory}'s subtypes, such as
|
* please refer to the Javadoc of {@link ChannelFactory}'s subtypes, such as
|
||||||
* {@link NioServerSocketChannelFactory}.
|
* {@link NioServerSocketChannelFactory}.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -92,8 +92,8 @@ import org.jboss.netty.handler.execution.ExecutionHandler;
|
|||||||
* make sure you do not call {@link #await()} in an I/O thread. Otherwise,
|
* make sure you do not call {@link #await()} in an I/O thread. Otherwise,
|
||||||
* {@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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -30,8 +30,8 @@ import java.util.EventListener;
|
|||||||
* to perform a blocking operation on I/O completion, try to execute the
|
* to perform a blocking operation on I/O completion, try to execute the
|
||||||
* 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -49,8 +49,8 @@ package org.jboss.netty.channel;
|
|||||||
* out what a upstream event and a downstream event are, what fundamental
|
* out what a upstream event and a downstream event are, what fundamental
|
||||||
* 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -109,8 +109,8 @@ import java.util.concurrent.ConcurrentMap;
|
|||||||
* event are, what fundamental differences they have, how they flow in a
|
* event are, what fundamental differences they have, how they flow in a
|
||||||
* pipeline, and how to handle the event in your application.
|
* pipeline, and how to handle the event in your application.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -20,8 +20,8 @@ package org.jboss.netty.channel;
|
|||||||
* {@link LifeCycleAwareChannelHandler} throws an {@link Exception}
|
* {@link LifeCycleAwareChannelHandler} throws an {@link Exception}
|
||||||
* in its handler methods.
|
* in its handler methods.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -29,8 +29,8 @@ import org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap;
|
|||||||
* {@link ChannelHandlerContext#setAttachment(Object) ChannelHandlerContext.attachment}
|
* {@link ChannelHandlerContext#setAttachment(Object) ChannelHandlerContext.attachment}
|
||||||
* property, which performs better.
|
* property, which performs better.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
* @apiviz.stereotype utility
|
* @apiviz.stereotype utility
|
||||||
|
@ -193,8 +193,8 @@ import org.jboss.netty.handler.ssl.SslHandler;
|
|||||||
* before the removal or make sure there is at least one more handler between
|
* before the removal or make sure there is at least one more handler between
|
||||||
* <tt>FirstHandler</tt> and <tt>SecondHandler</tt>.
|
* <tt>FirstHandler</tt> and <tt>SecondHandler</tt>.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -201,8 +201,8 @@ import java.util.concurrent.ConcurrentMap;
|
|||||||
* {@code channelClosed} event. The initialization and removal of the message
|
* {@code channelClosed} event. The initialization and removal of the message
|
||||||
* 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -20,8 +20,8 @@ package org.jboss.netty.channel;
|
|||||||
* failed to process a {@link ChannelEvent} or when a {@link ChannelPipelineFactory}
|
* failed to process a {@link ChannelEvent} or when a {@link ChannelPipelineFactory}
|
||||||
* failed to initialize a {@link ChannelPipeline}.
|
* failed to initialize a {@link ChannelPipeline}.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -22,8 +22,8 @@ package org.jboss.netty.channel;
|
|||||||
* the child channel accepted by a {@link ServerChannel}, but it is safe to use
|
* the child channel accepted by a {@link ServerChannel}, but it is safe to use
|
||||||
* it for any other purposes.
|
* it for any other purposes.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -23,8 +23,8 @@ package org.jboss.netty.channel;
|
|||||||
* implemented by a transport provider. Most users will not see this type
|
* implemented by a transport provider. Most users will not see this type
|
||||||
* in their code.
|
* in their code.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -74,8 +74,8 @@ import java.net.SocketAddress;
|
|||||||
* <p>
|
* <p>
|
||||||
* To see how an event is interpreted further, please refer to {@link ChannelEvent}.
|
* To see how an event is interpreted further, please refer to {@link ChannelEvent}.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -24,8 +24,8 @@ package org.jboss.netty.channel;
|
|||||||
* find out what an upstream event and a downstream event are and what
|
* find out what an upstream event and a downstream event are and what
|
||||||
* fundamental differences they have.
|
* fundamental differences they have.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -98,8 +98,8 @@ import org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor;
|
|||||||
* Also, please refer to the {@link ChannelPipelineCoverage} annotation to
|
* Also, please refer to the {@link ChannelPipelineCoverage} annotation to
|
||||||
* 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -46,8 +46,8 @@ import org.jboss.netty.util.internal.ConversionUtil;
|
|||||||
* {@link ChannelHandlerContext#sendUpstream(ChannelEvent)} or
|
* {@link ChannelHandlerContext#sendUpstream(ChannelEvent)} or
|
||||||
* {@link ChannelHandlerContext#sendDownstream(ChannelEvent)} by yourself.
|
* {@link ChannelHandlerContext#sendDownstream(ChannelEvent)} by yourself.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @apiviz.landmark
|
* @apiviz.landmark
|
||||||
*
|
*
|
||||||
|
@ -21,8 +21,8 @@ package org.jboss.netty.channel;
|
|||||||
* refer to the {@link ChannelEvent} documentation to find out what an upstream
|
* refer to the {@link ChannelEvent} documentation to find out what an upstream
|
||||||
* 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -24,8 +24,8 @@ import org.jboss.netty.logging.InternalLoggerFactory;
|
|||||||
* A skeletal {@link ChannelFuture} implementation which represents a
|
* A skeletal {@link ChannelFuture} implementation which represents a
|
||||||
* {@link ChannelFuture} which has been completed already.
|
* {@link ChannelFuture} which has been completed already.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -26,8 +26,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -31,8 +31,8 @@ import org.jboss.netty.util.internal.IoWorkerRunnable;
|
|||||||
* to create a new {@link ChannelFuture} rather than calling the constructor
|
* to create a new {@link ChannelFuture} rather than calling the constructor
|
||||||
* explicitly.
|
* explicitly.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -31,8 +31,8 @@ import org.jboss.netty.logging.InternalLoggerFactory;
|
|||||||
* to use {@link Channels#pipeline()} to create a new {@link ChannelPipeline}
|
* to use {@link Channels#pipeline()} to create a new {@link ChannelPipeline}
|
||||||
* instance rather than calling the constructor directly.
|
* instance rather than calling the constructor directly.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -20,8 +20,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -22,8 +22,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -25,8 +25,8 @@ import org.jboss.netty.channel.socket.ServerSocketChannelConfig;
|
|||||||
/**
|
/**
|
||||||
* The default {@link ServerSocketChannelConfig} implementation.
|
* The default {@link ServerSocketChannelConfig} implementation.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -20,8 +20,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -18,8 +18,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -22,8 +22,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -22,8 +22,8 @@ package org.jboss.netty.channel;
|
|||||||
* to find out what an upstream event and a downstream event are and what
|
* to find out what an upstream event and a downstream event are and what
|
||||||
* fundamental differences they have.
|
* fundamental differences they have.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -20,8 +20,8 @@ package org.jboss.netty.channel;
|
|||||||
* recommended to use {@link Channels#failedFuture(Channel, Throwable)}
|
* recommended to use {@link Channels#failedFuture(Channel, Throwable)}
|
||||||
* 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -20,8 +20,8 @@ package org.jboss.netty.channel;
|
|||||||
* The {@link ReceiveBufferSizePredictor} that always yields the same buffer
|
* The {@link ReceiveBufferSizePredictor} that always yields the same buffer
|
||||||
* 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -20,8 +20,8 @@ package org.jboss.netty.channel;
|
|||||||
* The {@link ReceiveBufferSizePredictorFactory} that returns a
|
* The {@link ReceiveBufferSizePredictorFactory} that returns a
|
||||||
* {@link FixedReceiveBufferSizePredictor} with the pre-defined configuration.
|
* {@link FixedReceiveBufferSizePredictor} with the pre-defined configuration.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -28,8 +28,8 @@ package org.jboss.netty.channel;
|
|||||||
* might not have been fully added to the pipeline or the context object is not
|
* might not have been fully added to the pipeline or the context object is not
|
||||||
* a part of the pipeline anymore respectively.
|
* a part of the pipeline anymore respectively.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
public interface LifeCycleAwareChannelHandler extends ChannelHandler {
|
public interface LifeCycleAwareChannelHandler extends ChannelHandler {
|
||||||
|
@ -25,8 +25,8 @@ import java.net.SocketAddress;
|
|||||||
* documentation to find out what an upstream event and a downstream event are
|
* documentation to find out what an upstream event and a downstream event are
|
||||||
* and what fundamental differences they have.
|
* and what fundamental differences they have.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -30,8 +30,8 @@ import org.jboss.netty.buffer.ChannelBuffer;
|
|||||||
* known, an I/O thread will call {@link #previousReceiveBufferSize(int)} to
|
* known, an I/O thread will call {@link #previousReceiveBufferSize(int)} to
|
||||||
* 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -18,8 +18,8 @@ package org.jboss.netty.channel;
|
|||||||
/**
|
/**
|
||||||
* Creates a new {@link ReceiveBufferSizePredictor}.
|
* Creates a new {@link ReceiveBufferSizePredictor}.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -22,8 +22,8 @@ import org.jboss.netty.channel.socket.ServerSocketChannel;
|
|||||||
* its child {@link Channel}s by accepting them. {@link ServerSocketChannel} is
|
* its child {@link Channel}s by accepting them. {@link ServerSocketChannel} is
|
||||||
* a good example.
|
* a good example.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
public interface ServerChannel extends Channel {
|
public interface ServerChannel extends Channel {
|
||||||
|
@ -18,8 +18,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -49,8 +49,8 @@ import java.net.SocketAddress;
|
|||||||
* }
|
* }
|
||||||
* }</pre>
|
* }</pre>
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -69,8 +69,8 @@ import org.jboss.netty.logging.InternalLoggerFactory;
|
|||||||
* }
|
* }
|
||||||
* }</pre>
|
* }</pre>
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -50,8 +50,8 @@ import org.jboss.netty.logging.InternalLoggerFactory;
|
|||||||
* }
|
* }
|
||||||
* }</pre>
|
* }</pre>
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -32,8 +32,8 @@ import org.jboss.netty.util.internal.ConversionUtil;
|
|||||||
* An attempt to insert, remove, or replace a handler in this pipeline will
|
* An attempt to insert, remove, or replace a handler in this pipeline will
|
||||||
* trigger an {@link UnsupportedOperationException}.
|
* trigger an {@link UnsupportedOperationException}.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -20,8 +20,8 @@ package org.jboss.netty.channel;
|
|||||||
* recommended to use {@link Channels#succeededFuture(Channel)} instead of
|
* recommended to use {@link Channels#succeededFuture(Channel)} instead of
|
||||||
* calling the constructor of this future.
|
* calling the constructor of this future.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -20,8 +20,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -24,8 +24,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
@ -22,8 +22,8 @@ package org.jboss.netty.channel;
|
|||||||
* what an upstream event and a downstream event are and what fundamental
|
* what an upstream event and a downstream event are and what fundamental
|
||||||
* differences they have.
|
* differences they have.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -81,8 +81,8 @@ import org.jboss.netty.channel.ServerChannel;
|
|||||||
* }
|
* }
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
* @apiviz.landmark
|
* @apiviz.landmark
|
||||||
|
@ -104,8 +104,8 @@ import org.jboss.netty.handler.execution.ExecutionHandler;
|
|||||||
* make sure you do not call {@link #await()} in an I/O thread. Otherwise,
|
* make sure you do not call {@link #await()} in an I/O thread. Otherwise,
|
||||||
* {@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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
* @apiviz.owns org.jboss.netty.channel.group.ChannelGroupFutureListener - - notifies
|
* @apiviz.owns org.jboss.netty.channel.group.ChannelGroupFutureListener - - notifies
|
||||||
|
@ -23,8 +23,8 @@ import java.util.EventListener;
|
|||||||
* listener is added by calling {@link ChannelGroupFuture#addListener(ChannelGroupFutureListener)}
|
* listener is added by calling {@link ChannelGroupFuture#addListener(ChannelGroupFutureListener)}
|
||||||
* and all I/O operations are complete.
|
* and all I/O operations are complete.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -19,8 +19,8 @@ import java.util.Iterator;
|
|||||||
import java.util.NoSuchElementException;
|
import java.util.NoSuchElementException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
final class CombinedIterator<E> implements Iterator<E> {
|
final class CombinedIterator<E> implements Iterator<E> {
|
||||||
|
@ -35,8 +35,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
* @apiviz.landmark
|
* @apiviz.landmark
|
||||||
|
@ -36,8 +36,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@ -34,9 +34,9 @@ import org.jboss.netty.util.internal.LinkedTransferQueue;
|
|||||||
import org.jboss.netty.util.internal.ThreadLocalBoolean;
|
import org.jboss.netty.util.internal.ThreadLocalBoolean;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Andy Taylor (andy.taylor@jboss.org)
|
* @author Andy Taylor (andy.taylor@jboss.org)
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
final class DefaultLocalChannel extends AbstractChannel implements LocalChannel {
|
final class DefaultLocalChannel extends AbstractChannel implements LocalChannel {
|
||||||
|
@ -21,9 +21,9 @@ import org.jboss.netty.channel.ChannelSink;
|
|||||||
/**
|
/**
|
||||||
* The default {@link LocalClientChannelFactory} implementation.
|
* The default {@link LocalClientChannelFactory} implementation.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Andy Taylor (andy.taylor@jboss.org)
|
* @author Andy Taylor (andy.taylor@jboss.org)
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
public class DefaultLocalClientChannelFactory implements LocalClientChannelFactory {
|
public class DefaultLocalClientChannelFactory implements LocalClientChannelFactory {
|
||||||
|
@ -27,9 +27,9 @@ import org.jboss.netty.channel.ChannelSink;
|
|||||||
import org.jboss.netty.channel.DefaultServerChannelConfig;
|
import org.jboss.netty.channel.DefaultServerChannelConfig;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Andy Taylor (andy.taylor@jboss.org)
|
* @author Andy Taylor (andy.taylor@jboss.org)
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
final class DefaultLocalServerChannel extends AbstractServerChannel
|
final class DefaultLocalServerChannel extends AbstractServerChannel
|
||||||
|
@ -21,9 +21,9 @@ import org.jboss.netty.channel.ChannelSink;
|
|||||||
/**
|
/**
|
||||||
* The default {@link LocalServerChannelFactory} implementation.
|
* The default {@link LocalServerChannelFactory} implementation.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Andy Taylor (andy.taylor@jboss.org)
|
* @author Andy Taylor (andy.taylor@jboss.org)
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
public class DefaultLocalServerChannelFactory implements LocalServerChannelFactory {
|
public class DefaultLocalServerChannelFactory implements LocalServerChannelFactory {
|
||||||
|
@ -28,9 +28,9 @@ import java.net.SocketAddress;
|
|||||||
* and is released as soon as the connection is closed. All ephemeral addresses
|
* and is released as soon as the connection is closed. All ephemeral addresses
|
||||||
* have the same ID, {@code "ephemeral"}, but they are not equals to each other.
|
* have the same ID, {@code "ephemeral"}, but they are not equals to each other.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Andy Taylor (andy.taylor@jboss.org)
|
* @author Andy Taylor (andy.taylor@jboss.org)
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
public final class LocalAddress extends SocketAddress implements Comparable<LocalAddress> {
|
public final class LocalAddress extends SocketAddress implements Comparable<LocalAddress> {
|
||||||
|
@ -20,9 +20,9 @@ import org.jboss.netty.channel.Channel;
|
|||||||
/**
|
/**
|
||||||
* A {@link Channel} for the local transport.
|
* A {@link Channel} for the local transport.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Andy Taylor (andy.taylor@jboss.org)
|
* @author Andy Taylor (andy.taylor@jboss.org)
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
public interface LocalChannel extends Channel {
|
public interface LocalChannel extends Channel {
|
||||||
|
@ -21,8 +21,8 @@ import org.jboss.netty.channel.Channel;
|
|||||||
import org.jboss.netty.util.internal.ConcurrentHashMap;
|
import org.jboss.netty.util.internal.ConcurrentHashMap;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
final class LocalChannelRegistry {
|
final class LocalChannelRegistry {
|
||||||
|
@ -21,8 +21,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
public interface LocalClientChannelFactory extends ChannelFactory {
|
public interface LocalClientChannelFactory extends ChannelFactory {
|
||||||
|
@ -32,9 +32,9 @@ import org.jboss.netty.logging.InternalLogger;
|
|||||||
import org.jboss.netty.logging.InternalLoggerFactory;
|
import org.jboss.netty.logging.InternalLoggerFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Andy Taylor (andy.taylor@jboss.org)
|
* @author Andy Taylor (andy.taylor@jboss.org)
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
final class LocalClientChannelSink extends AbstractChannelSink {
|
final class LocalClientChannelSink extends AbstractChannelSink {
|
||||||
|
@ -20,9 +20,9 @@ import org.jboss.netty.channel.ServerChannel;
|
|||||||
/**
|
/**
|
||||||
* A {@link ServerChannel} for the local transport.
|
* A {@link ServerChannel} for the local transport.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Andy Taylor (andy.taylor@jboss.org)
|
* @author Andy Taylor (andy.taylor@jboss.org)
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
public interface LocalServerChannel extends ServerChannel {
|
public interface LocalServerChannel extends ServerChannel {
|
||||||
|
@ -21,8 +21,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
public interface LocalServerChannelFactory extends ServerChannelFactory {
|
public interface LocalServerChannelFactory extends ServerChannelFactory {
|
||||||
|
@ -28,9 +28,9 @@ import org.jboss.netty.channel.ChannelStateEvent;
|
|||||||
import org.jboss.netty.channel.MessageEvent;
|
import org.jboss.netty.channel.MessageEvent;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Andy Taylor (andy.taylor@jboss.org)
|
* @author Andy Taylor (andy.taylor@jboss.org)
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
final class LocalServerChannelSink extends AbstractChannelSink {
|
final class LocalServerChannelSink extends AbstractChannelSink {
|
||||||
|
@ -21,8 +21,8 @@ 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 <a href="http://www.jboss.org/netty/">The Netty Project</a>
|
||||||
* @author Trustin Lee (trustin@gmail.com)
|
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||||
*
|
*
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*
|
*
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user