public final class EventAttributeKeys
extends java.lang.Object
AttributeKey that are used by the event infrastructure.| Modifier and Type | Field and Description |
|---|---|
static io.netty.util.AttributeKey<ClientEventListener> |
CLIENT_EVENT_LISTENER |
static io.netty.util.AttributeKey<ConnectionEventListener> |
CONNECTION_EVENT_LISTENER |
static io.netty.util.AttributeKey<EventPublisher> |
EVENT_PUBLISHER |
public static final io.netty.util.AttributeKey<EventPublisher> EVENT_PUBLISHER
public static final io.netty.util.AttributeKey<ClientEventListener> CLIENT_EVENT_LISTENER
public static final io.netty.util.AttributeKey<ConnectionEventListener> CONNECTION_EVENT_LISTENER