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