JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
D
E
G
I
J
K
L
M
R
S
T
W
A
addLifeCycleListener(LifeCycle.Listener)
- Method in class io.dropwizard.lifecycle.setup.
LifecycleEnvironment
addServerLifecycleListener(ServerLifecycleListener)
- Method in class io.dropwizard.lifecycle.setup.
LifecycleEnvironment
attach(ContainerLifeCycle)
- Method in class io.dropwizard.lifecycle.setup.
LifecycleEnvironment
B
build()
- Method in class io.dropwizard.lifecycle.setup.
ExecutorServiceBuilder
build()
- Method in class io.dropwizard.lifecycle.setup.
ScheduledExecutorServiceBuilder
D
doStart()
- Method in class io.dropwizard.lifecycle.
JettyManaged
doStop()
- Method in class io.dropwizard.lifecycle.
JettyManaged
E
executorService(String)
- Method in class io.dropwizard.lifecycle.setup.
LifecycleEnvironment
executorService(String, ThreadFactory)
- Method in class io.dropwizard.lifecycle.setup.
LifecycleEnvironment
ExecutorServiceBuilder
- Class in
io.dropwizard.lifecycle.setup
ExecutorServiceBuilder(LifecycleEnvironment, String, ThreadFactory)
- Constructor for class io.dropwizard.lifecycle.setup.
ExecutorServiceBuilder
ExecutorServiceBuilder(LifecycleEnvironment, String)
- Constructor for class io.dropwizard.lifecycle.setup.
ExecutorServiceBuilder
ExecutorServiceManager
- Class in
io.dropwizard.lifecycle
ExecutorServiceManager(ExecutorService, Duration, String)
- Constructor for class io.dropwizard.lifecycle.
ExecutorServiceManager
G
getManaged()
- Method in class io.dropwizard.lifecycle.
JettyManaged
getManagedObjects()
- Method in class io.dropwizard.lifecycle.setup.
LifecycleEnvironment
I
io.dropwizard.lifecycle
- package io.dropwizard.lifecycle
io.dropwizard.lifecycle.setup
- package io.dropwizard.lifecycle.setup
J
JettyManaged
- Class in
io.dropwizard.lifecycle
A wrapper for
Managed
instances which ties them to a Jetty
LifeCycle
.
JettyManaged(Managed)
- Constructor for class io.dropwizard.lifecycle.
JettyManaged
Creates a new JettyManaged wrapping
managed
.
K
keepAliveTime(Duration)
- Method in class io.dropwizard.lifecycle.setup.
ExecutorServiceBuilder
L
LifecycleEnvironment
- Class in
io.dropwizard.lifecycle.setup
LifecycleEnvironment()
- Constructor for class io.dropwizard.lifecycle.setup.
LifecycleEnvironment
M
manage(Managed)
- Method in class io.dropwizard.lifecycle.setup.
LifecycleEnvironment
Adds the given
Managed
instance to the set of objects managed by the server's lifecycle.
manage(LifeCycle)
- Method in class io.dropwizard.lifecycle.setup.
LifecycleEnvironment
Adds the given Jetty
LifeCycle
instances to the server's lifecycle.
Managed
- Interface in
io.dropwizard.lifecycle
An interface for objects which need to be started and stopped as the application is started or stopped.
maxThreads(int)
- Method in class io.dropwizard.lifecycle.setup.
ExecutorServiceBuilder
minThreads(int)
- Method in class io.dropwizard.lifecycle.setup.
ExecutorServiceBuilder
R
rejectedExecutionHandler(RejectedExecutionHandler)
- Method in class io.dropwizard.lifecycle.setup.
ExecutorServiceBuilder
rejectedExecutionHandler(RejectedExecutionHandler)
- Method in class io.dropwizard.lifecycle.setup.
ScheduledExecutorServiceBuilder
S
scheduledExecutorService(String)
- Method in class io.dropwizard.lifecycle.setup.
LifecycleEnvironment
scheduledExecutorService(String, ThreadFactory)
- Method in class io.dropwizard.lifecycle.setup.
LifecycleEnvironment
scheduledExecutorService(String, boolean)
- Method in class io.dropwizard.lifecycle.setup.
LifecycleEnvironment
ScheduledExecutorServiceBuilder
- Class in
io.dropwizard.lifecycle.setup
ScheduledExecutorServiceBuilder(LifecycleEnvironment, String, ThreadFactory)
- Constructor for class io.dropwizard.lifecycle.setup.
ScheduledExecutorServiceBuilder
ScheduledExecutorServiceBuilder(LifecycleEnvironment, String, boolean)
- Constructor for class io.dropwizard.lifecycle.setup.
ScheduledExecutorServiceBuilder
ServerLifecycleListener
- Interface in
io.dropwizard.lifecycle
serverStarted(Server)
- Method in interface io.dropwizard.lifecycle.
ServerLifecycleListener
shutdownTime(Duration)
- Method in class io.dropwizard.lifecycle.setup.
ExecutorServiceBuilder
shutdownTime(Duration)
- Method in class io.dropwizard.lifecycle.setup.
ScheduledExecutorServiceBuilder
start()
- Method in class io.dropwizard.lifecycle.
ExecutorServiceManager
start()
- Method in interface io.dropwizard.lifecycle.
Managed
Starts the object.
stop()
- Method in class io.dropwizard.lifecycle.
ExecutorServiceManager
stop()
- Method in interface io.dropwizard.lifecycle.
Managed
Stops the object.
T
threadFactory(ThreadFactory)
- Method in class io.dropwizard.lifecycle.setup.
ExecutorServiceBuilder
threadFactory(ThreadFactory)
- Method in class io.dropwizard.lifecycle.setup.
ScheduledExecutorServiceBuilder
threads(int)
- Method in class io.dropwizard.lifecycle.setup.
ScheduledExecutorServiceBuilder
toString()
- Method in class io.dropwizard.lifecycle.
ExecutorServiceManager
toString()
- Method in class io.dropwizard.lifecycle.
JettyManaged
W
workQueue(BlockingQueue<Runnable>)
- Method in class io.dropwizard.lifecycle.setup.
ExecutorServiceBuilder
A
B
D
E
G
I
J
K
L
M
R
S
T
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016. All rights reserved.