public interface ProtocolEvent extends Event
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProtocolEvent.Type
The type of this ProtocolEvent
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHeaderData(java.lang.String key)
Get the value of header information tied to this event.
|
ProtocolEvent.Type |
getType()
Get the type of this ProtocolRequestEvent
|
java.lang.String getHeaderData(java.lang.String key)
key - the name of the headerProtocolEvent.Type getType()