C D G I J O R S T 
All Classes All Packages

C

com.helger.photon.jetty - package com.helger.photon.jetty
 
com.helger.photon.jetty.config - package com.helger.photon.jetty.config
 
CONTAINER_INCLUDE_JAR_PATTERN_ALL - Static variable in class com.helger.photon.jetty.JettyStarter
 
CONTAINER_INCLUDE_JAR_PATTERN_CLASSES - Static variable in class com.helger.photon.jetty.JettyStarter
 
CONTAINER_INCLUDE_JAR_PATTERN_JAR - Static variable in class com.helger.photon.jetty.JettyStarter
 
createWebAppContext(String) - Method in class com.helger.photon.jetty.JettyStarter
Create a new WebAppContext based on the settings of this class.
customizeHandlerList(HandlerList) - Method in class com.helger.photon.jetty.JettyStarter
Customize the HandlerList
customizeHttpConfiguration(HttpConfiguration) - Method in class com.helger.photon.jetty.JettyStarter
Customize
customizeHttpConnectionFactory(HttpConnectionFactory) - Method in class com.helger.photon.jetty.JettyStarter
Customize
customizeServer(Server) - Method in class com.helger.photon.jetty.JettyStarter
Customize
customizeServerConnector(ServerConnector) - Method in class com.helger.photon.jetty.JettyStarter
Customize
customizeWebAppCtx(WebAppContext) - Method in class com.helger.photon.jetty.JettyStarter
Customize

D

DEFAULT_ALLOW_ANNOTATION_BASED_CONFIG - Static variable in class com.helger.photon.jetty.JettyStarter
 
DEFAULT_ALLOW_DIRECTORY_LISTING - Static variable in class com.helger.photon.jetty.JettyStarter
 
DEFAULT_CONTAINER_INCLUDE_JAR_PATTERN - Static variable in class com.helger.photon.jetty.JettyStarter
 
DEFAULT_CONTEXT_PATH - Static variable in class com.helger.photon.jetty.JettyStarter
 
DEFAULT_PORT - Static variable in class com.helger.photon.jetty.JettyStarter
 
DEFAULT_SESSION_COOKIE_NAME - Static variable in class com.helger.photon.jetty.JettyStarter
 
DEFAULT_STOP_KEY - Static variable in class com.helger.photon.jetty.JettyStarter
 
DEFAULT_STOP_PORT - Static variable in class com.helger.photon.jetty.JettyStarter
 
DEFAULT_WEB_INF_INCLUDE_JAR_PATTERN - Static variable in class com.helger.photon.jetty.JettyStarter
 

G

getAllThirdPartyModules() - Method in class com.helger.photon.jetty.config.ThirdPartyModuleProvider_ph_oton_jetty
 
getContainerIncludeJarPattern() - Method in class com.helger.photon.jetty.JettyStarter
 
getContextPath() - Method in class com.helger.photon.jetty.JettyStarter
 
getPort() - Method in class com.helger.photon.jetty.JettyStarter
 
getResourceBase() - Method in class com.helger.photon.jetty.JettyStarter
 
getSessionCookieName() - Method in class com.helger.photon.jetty.JettyStarter
 
getStopKey() - Method in class com.helger.photon.jetty.JettyStarter
 
getStopPort() - Method in class com.helger.photon.jetty.JettyStarter
 
getThreadPool() - Method in class com.helger.photon.jetty.JettyStarter
 
getWebInfIncludeJarPattern() - Method in class com.helger.photon.jetty.JettyStarter
 
getWebXmlResource() - Method in class com.helger.photon.jetty.JettyStarter
 

I

isAllowAnnotationBasedConfig() - Method in class com.helger.photon.jetty.JettyStarter
 
isAllowDirectoryListing() - Method in class com.helger.photon.jetty.JettyStarter
 
isRunStopMonitor() - Method in class com.helger.photon.jetty.JettyStarter
 
isSpecialSessionMgr() - Method in class com.helger.photon.jetty.JettyStarter
 

J

JETTY - Static variable in class com.helger.photon.jetty.config.ThirdPartyModuleProvider_ph_oton_jetty
 
JettyRunner - Class in com.helger.photon.jetty
A simple wrapper around Jetty.
JettyRunner() - Constructor for class com.helger.photon.jetty.JettyRunner
 
JettyRunner(String) - Constructor for class com.helger.photon.jetty.JettyRunner
 
JettyStarter - Class in com.helger.photon.jetty
Run a standalone web application in Jetty on port 8080.
http://localhost:8080/
JettyStarter(Class<?>) - Constructor for class com.helger.photon.jetty.JettyStarter
 
JettyStarter(String) - Constructor for class com.helger.photon.jetty.JettyStarter
 
JettyStopper - Class in com.helger.photon.jetty
Stop a Jetty that was started with JettyStarter.
JettyStopper() - Constructor for class com.helger.photon.jetty.JettyStopper
 

O

onServerStarted(Server) - Method in class com.helger.photon.jetty.JettyRunner
 
onServerStarted(Server) - Method in class com.helger.photon.jetty.JettyStarter
Callback to be invoked when server successfully finished startup.
onServerStartFailure(Server, Throwable) - Method in class com.helger.photon.jetty.JettyRunner
 
onServerStartFailure(Server, Throwable) - Method in class com.helger.photon.jetty.JettyStarter
Callback to be invoked when server failed startup.

R

run() - Method in class com.helger.photon.jetty.JettyStarter
Run Jetty with the provided settings.
run() - Method in class com.helger.photon.jetty.JettyStopper
 

S

setAllowAnnotationBasedConfig(boolean) - Method in class com.helger.photon.jetty.JettyStarter
Enable or disable annotation based scanning.
setAllowDirectoryListing(boolean) - Method in class com.helger.photon.jetty.JettyStarter
Enable or disable the listing of Directories.
setContainerIncludeJarPattern(String) - Method in class com.helger.photon.jetty.JettyStarter
Set the container JAR pattern to be scanned for annotations.
setContextPath(String) - Method in class com.helger.photon.jetty.JettyStarter
Set the context path in which the web application should run.
setPort(int) - Method in class com.helger.photon.jetty.JettyStarter
Set the port to be used to run the application.
setResourceBase(String) - Method in class com.helger.photon.jetty.JettyStarter
Set the common resource base (directory) from which all web application resources will be loaded (servlet context root).
setResourceBase(Resource) - Method in class com.helger.photon.jetty.JettyStarter
Set the common resource base (directory) from which all web application resources will be loaded (servlet context root).
setRunStopMonitor(boolean) - Method in class com.helger.photon.jetty.JettyStarter
Enable or disable the "stop monitor" that listens for the graceful shutdown.
setSessionCookieName(String) - Method in class com.helger.photon.jetty.JettyStarter
Set the session cookie name.
setSpecialSessionMgr(boolean) - Method in class com.helger.photon.jetty.JettyStarter
 
setStopKey(String) - Method in class com.helger.photon.jetty.JettyStarter
Set the hidden "stop key" that must be submitted to stop the server.
setStopKey(String) - Method in class com.helger.photon.jetty.JettyStopper
 
setStopPort(int) - Method in class com.helger.photon.jetty.JettyStarter
Set the port on which the "stop monitor" should be running.
setStopPort(int) - Method in class com.helger.photon.jetty.JettyStopper
 
setStopPort(IntUnaryOperator) - Method in class com.helger.photon.jetty.JettyStarter
Set the port on which the "stop monitor" should be running.
setThreadPool(ThreadPool) - Method in class com.helger.photon.jetty.JettyStarter
Set the thread pool to use.
setWebInfIncludeJarPattern(String) - Method in class com.helger.photon.jetty.JettyStarter
 
setWebXmlResource(String) - Method in class com.helger.photon.jetty.JettyStarter
Set the path to WEB-INF/web.xml.
shutDownServer() - Method in class com.helger.photon.jetty.JettyRunner
 
startServer() - Method in class com.helger.photon.jetty.JettyRunner
 

T

ThirdPartyModuleProvider_ph_oton_jetty - Class in com.helger.photon.jetty.config
Implement this SPI interface if your JAR file contains external third party modules.
ThirdPartyModuleProvider_ph_oton_jetty() - Constructor for class com.helger.photon.jetty.config.ThirdPartyModuleProvider_ph_oton_jetty
 
C D G I J O R S T 
All Classes All Packages