APIviz tagging
This commit is contained in:
parent
a30c36d8e2
commit
a1bac0c843
@ -30,6 +30,8 @@ import org.jboss.netty.util.ConcurrentWeakHashMap;
|
||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
||||
* @author Trustin Lee (tlee@redhat.com)
|
||||
* @version $Rev$, $Date$
|
||||
*
|
||||
* @apiviz.stereotype utility
|
||||
*/
|
||||
public class ChannelLocal<T> {
|
||||
private final ConcurrentMap<Channel, T> map = new ConcurrentWeakHashMap<Channel, T>();
|
||||
|
@ -31,6 +31,8 @@ import java.util.Map;
|
||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
||||
* @author Andy Taylor (andy.taylor@jboss.org)
|
||||
* @version $Rev$, $Date$
|
||||
*
|
||||
* @apiviz.stereotype utility
|
||||
*/
|
||||
public class QueryStringDecoder {
|
||||
|
||||
|
@ -30,6 +30,8 @@ import java.util.List;
|
||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
||||
* @author Andy Taylor (andy.taylor@jboss.org)
|
||||
* @version $Rev$, $Date$
|
||||
*
|
||||
* @apiviz.stereotype utility
|
||||
*/
|
||||
public class QueryStringEncoder {
|
||||
|
||||
|
@ -79,7 +79,6 @@ import org.jboss.netty.util.LinkedTransferQueue;
|
||||
*
|
||||
* @version $Rev$, $Date$
|
||||
*
|
||||
* @apiviz.landmark
|
||||
* @apiviz.uses org.jboss.netty.handler.execution.ObjectSizeEstimator
|
||||
* @apiviz.uses org.jboss.netty.handler.execution.ChannelEventRunnable
|
||||
*/
|
||||
|
@ -58,6 +58,7 @@ import org.jboss.netty.channel.ChannelEvent;
|
||||
*
|
||||
* @version $Rev$, $Date$
|
||||
*
|
||||
* @apiviz.landmark
|
||||
*/
|
||||
public class OrderedMemoryAwareThreadPoolExecutor extends
|
||||
MemoryAwareThreadPoolExecutor {
|
||||
|
Loading…
Reference in New Issue
Block a user