| Package | Description |
|---|---|
| org.apache.catalina.connector | |
| org.jboss.servlet.http |
| Modifier and Type | Field and Description |
|---|---|
protected HttpEvent.EventType |
HttpEventImpl.eventType
Event type.
|
| Modifier and Type | Method and Description |
|---|---|
HttpEvent.EventType |
HttpEventImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpEventImpl.setType(HttpEvent.EventType eventType) |
| Modifier and Type | Method and Description |
|---|---|
HttpEvent.EventType |
HttpEvent.getType()
Returns the event type.
|
static HttpEvent.EventType |
HttpEvent.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpEvent.EventType[] |
HttpEvent.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.