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)
Deprecated.
deprecated in favour of
HeaderRetrievable which should be used wherever possible instead. |
ProtocolEvent.Type |
getType()
Get the type of this ProtocolRequestEvent
|
@Deprecated java.lang.String getHeaderData(java.lang.String key)
HeaderRetrievable which should be used wherever possible instead.key - the name of the headerProtocolEvent.Type getType()