A B D E G I J K L M P R S T V W 
All Classes All Packages

A

addEventListener(LifeCycle.Listener) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
 
addServerLifecycleListener(ServerLifecycleListener) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
 
allowCoreThreadTimeOut(boolean) - Method in class io.dropwizard.lifecycle.setup.ExecutorServiceBuilder
 
attach(ContainerLifeCycle) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
 
AutoCloseableManager - Class in io.dropwizard.lifecycle
An implementation of the Managed Interface for AutoCloseable instances.
AutoCloseableManager(AutoCloseable) - Constructor for class io.dropwizard.lifecycle.AutoCloseableManager
 

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) - Constructor for class io.dropwizard.lifecycle.setup.ExecutorServiceBuilder
 
ExecutorServiceBuilder(LifecycleEnvironment, String, ThreadFactory) - 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

getAdminPort(Server) - Method in interface io.dropwizard.lifecycle.ServerLifecycleListener
Return the local port of the last ServerConnector in the provided Server instance.
getConnectorType() - Method in class io.dropwizard.lifecycle.PortDescriptor
 
getExecutor() - Method in class io.dropwizard.lifecycle.ExecutorServiceManager
 
getHost() - Method in class io.dropwizard.lifecycle.PortDescriptor
 
getLocalPort(Server) - Method in interface io.dropwizard.lifecycle.ServerLifecycleListener
Return the local port of the first ServerConnector in the provided Server instance.
getManaged() - Method in class io.dropwizard.lifecycle.JettyManaged
 
getManagedObjects() - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
 
getMetricRegistry() - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
 
getPoolName() - Method in class io.dropwizard.lifecycle.ExecutorServiceManager
 
getPort() - Method in class io.dropwizard.lifecycle.PortDescriptor
 
getPortDescriptorList(Server) - Method in interface io.dropwizard.lifecycle.ServerLifecycleListener
Return the ports mapped to the protocols each the ServerConnectors in the provided Server instance.
getProtocol() - Method in class io.dropwizard.lifecycle.PortDescriptor
 
getShutdownPeriod() - Method in class io.dropwizard.lifecycle.ExecutorServiceManager
 

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(MetricRegistry) - 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 take some action 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
 

P

PortDescriptor - Class in io.dropwizard.lifecycle
 
PortDescriptor() - Constructor for class io.dropwizard.lifecycle.PortDescriptor
 
PortDescriptor(String, int, String, String) - Constructor for class io.dropwizard.lifecycle.PortDescriptor
 

R

rejectedExecutionHandler(RejectedExecutionHandler) - Method in class io.dropwizard.lifecycle.setup.ExecutorServiceBuilder
 
rejectedExecutionHandler(RejectedExecutionHandler) - Method in class io.dropwizard.lifecycle.setup.ScheduledExecutorServiceBuilder
 
removeOnCancelPolicy(boolean) - Method in class io.dropwizard.lifecycle.setup.ScheduledExecutorServiceBuilder
 

S

scheduledExecutorService(String) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
 
scheduledExecutorService(String, boolean) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
 
scheduledExecutorService(String, ThreadFactory) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
 
ScheduledExecutorServiceBuilder - Class in io.dropwizard.lifecycle.setup
 
ScheduledExecutorServiceBuilder(LifecycleEnvironment, String, boolean) - Constructor for class io.dropwizard.lifecycle.setup.ScheduledExecutorServiceBuilder
 
ScheduledExecutorServiceBuilder(LifecycleEnvironment, String, ThreadFactory) - 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 interface io.dropwizard.lifecycle.Managed
Starts the object.
stop() - Method in class io.dropwizard.lifecycle.AutoCloseableManager
stop() - Method in class io.dropwizard.lifecycle.ExecutorServiceManager
Stops the object.
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
 
toString() - Method in class io.dropwizard.lifecycle.PortDescriptor
 

V

virtualExecutorService(String) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
 
virtualExecutorService(String, Duration) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
 

W

workQueue(BlockingQueue<Runnable>) - Method in class io.dropwizard.lifecycle.setup.ExecutorServiceBuilder
 
A B D E G I J K L M P R S T V W 
All Classes All Packages