Updated APIviz tags

This commit is contained in:
Trustin Lee 2009-07-20 05:05:18 +00:00
parent 0277a68c49
commit f671fd38ad
10 changed files with 9 additions and 8 deletions

View File

@ -38,6 +38,8 @@ import org.jboss.netty.channel.socket.SocketChannel;
* @author Andy Taylor (andy.taylor@jboss.org)
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$
*
* @apiviz.landmark
*/
public class HttpTunnelingClientSocketChannelFactory implements ClientSocketChannelFactory {

View File

@ -63,6 +63,8 @@ import org.jboss.netty.logging.InternalLoggerFactory;
* @author Andy Taylor (andy.taylor@jboss.org)
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$
*
* @apiviz.landmark
*/
public class HttpTunnelingServlet extends HttpServlet {

View File

@ -66,6 +66,8 @@ import org.jboss.netty.util.internal.ConversionUtil;
* @author Andy Taylor (andy.taylor@jboss.org)
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$
*
* @apiviz.landmark
*/
public final class HttpTunnelingSocketChannelConfig implements SocketChannelConfig {

View File

@ -24,6 +24,8 @@
/**
* A helper that wraps an encoder or a decoder so that they can be used without
* doing actual I/O in unit tests or higher level codecs.
*
* @apiviz.exclude CodecEmbedder$
*/
package org.jboss.netty.handler.codec.embedder;

View File

@ -38,8 +38,6 @@ import org.jboss.netty.channel.ChannelPipeline;
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$
*
* @see HttpChunkAggregator
*
* @apiviz.landmark
*/
public interface HttpChunk {

View File

@ -38,8 +38,6 @@ package org.jboss.netty.handler.codec.http;
* @version $Rev$, $Date$
*
* @see HttpResponse
* @see QueryStringEncoder
* @see QueryStringDecoder
* @see CookieEncoder
* @see CookieDecoder
*/

View File

@ -86,7 +86,7 @@ import org.jboss.netty.util.internal.LinkedTransferQueue;
* @version $Rev$, $Date$
*
* @apiviz.has org.jboss.netty.util.ObjectSizeEstimator oneway - -
* @apiviz.has org.jboss.netty.handler.execution.ChannelEventRunnable - - executes
* @apiviz.has org.jboss.netty.handler.execution.ChannelEventRunnable oneway - - executes
*/
public class MemoryAwareThreadPoolExecutor extends ThreadPoolExecutor {

View File

@ -73,7 +73,6 @@ import org.jboss.netty.util.TimerTask;
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$
*
* @see HashedWheelTimer
* @see ReadTimeoutHandler
* @see WriteTimeoutHandler
*

View File

@ -47,7 +47,6 @@ import org.jboss.netty.util.TimerTask;
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$
*
* @see HashedWheelTimer
* @see WriteTimeoutHandler
* @see IdleStateHandler
*

View File

@ -47,7 +47,6 @@ import org.jboss.netty.util.TimerTask;
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$
*
* @see HashedWheelTimer
* @see ReadTimeoutHandler
* @see IdleStateHandler
*