Package | Description |
---|---|
org.eclipse.jetty.cdi.websocket | |
org.eclipse.jetty.maven.plugin |
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
|
org.eclipse.jetty.util.component |
Jetty Util : Jetty Lifecycle Management
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContainerListener
Deprecated.
|
class |
WebSocketCdiListener
Deprecated.
|
static class |
WebSocketCdiListener.ContainerListener
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerConnectorListener
ServerConnectorListener
This is for test support, where we need jetty to run on a random port, and we need
a client to be able to find out which port was picked.
|
class |
ServerListener
ServerListener
Listener to create a file that signals that the startup is completed.
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractLifeCycle.AbstractLifeCycleListener |
class |
FileNoticeLifeCycleListener
A LifeCycle Listener that writes state changes to a file.
|
class |
StopLifeCycle
A LifeCycle that when started will stop another LifeCycle
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLifeCycle.addLifeCycleListener(LifeCycle.Listener listener) |
void |
LifeCycle.addLifeCycleListener(LifeCycle.Listener listener) |
void |
AbstractLifeCycle.removeLifeCycleListener(LifeCycle.Listener listener) |
void |
LifeCycle.removeLifeCycleListener(LifeCycle.Listener listener) |
Copyright © 1995–2023 Webtide. All rights reserved.