Uses of Class
org.imgscalr.AsyncScalr.DefaultThreadFactory

Uses of AsyncScalr.DefaultThreadFactory in org.imgscalr
 

Subclasses of AsyncScalr.DefaultThreadFactory in org.imgscalr
protected static class AsyncScalr.ServerThreadFactory
          An extension of the AsyncScalr.DefaultThreadFactory class that makes two changes to the execution Threads it generations: Threads are set to be daemon threads instead of user threads. Threads execute with a priority of Thread.MIN_PRIORITY to make them more compatible with server environment deployments. This class is provided as a convenience for subclasses to use if they want this (common) customization to the Threads used internally by AsyncScalr to process images, but don't want to have to write the implementation.
 



Copyright © 2012 The Buzz Media, LLC. All Rights Reserved.