| Package | Description |
|---|---|
| org.mobicents.javax.servlet |
| Modifier and Type | Method and Description |
|---|---|
ContainerEventType |
ContainerEvent.getEventType()
returns the event type to allow event handlers to apply specific logic to
each event type based in a type-safe enumeration.
|
static ContainerEventType |
ContainerEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerEventType[] |
ContainerEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CongestionControlEvent(ContainerEventType eventType,
CongestionControlEvent.Reason reason,
String message) |
ContainerEvent(ContainerEventType eventType) |
GracefulShutdownEvent(ContainerEventType eventType,
long timeToWait) |
Copyright © 2018. All rights reserved.