| Package | Description |
|---|---|
| com.twitter.hbc.core.event |
| Modifier and Type | Method and Description |
|---|---|
EventType |
Event.getEventType() |
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConnectionEvent(EventType eventType,
org.apache.http.client.methods.HttpUriRequest request) |
Event(EventType eventType) |
Event(EventType eventType,
Exception exception) |
Event(EventType eventType,
String message) |
HttpResponseEvent(EventType eventType,
org.apache.http.StatusLine statusLine) |
Copyright © 2014. All Rights Reserved.