Updated APIviz tags
This commit is contained in:
parent
0277a68c49
commit
f671fd38ad
@ -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 {
|
||||
|
||||
|
@ -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 {
|
||||
|
||||
|
@ -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 {
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -38,8 +38,6 @@ package org.jboss.netty.handler.codec.http;
|
||||
* @version $Rev$, $Date$
|
||||
*
|
||||
* @see HttpResponse
|
||||
* @see QueryStringEncoder
|
||||
* @see QueryStringDecoder
|
||||
* @see CookieEncoder
|
||||
* @see CookieDecoder
|
||||
*/
|
||||
|
@ -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 {
|
||||
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user