package io.netty.util; public interface AttributeMap { Attribute attr(AttributeKey key, Class type); }