public interface Event extends Extendable
Modifier and Type | Interface and Description |
---|---|
static class |
Event.Type |
Modifier and Type | Method and Description |
---|---|
Event |
copy() |
void |
dispatch(Handler handler) |
Connection |
getConnection() |
Object |
getContext() |
Delivery |
getDelivery() |
Link |
getLink() |
Reactor |
getReactor() |
Selectable |
getSelectable() |
Session |
getSession() |
Task |
getTask() |
Transport |
getTransport() |
Event.Type |
getType() |
attachments
Event.Type getType()
Object getContext()
void dispatch(Handler handler) throws HandlerException
HandlerException
Connection getConnection()
Session getSession()
Link getLink()
Delivery getDelivery()
Transport getTransport()
Reactor getReactor()
Selectable getSelectable()
Task getTask()
Event copy()
Copyright © 2016 The Apache Software Foundation. All rights reserved.