public interface PluginThreadFactory
限定符和类型 | 方法和说明 |
---|---|
java.util.concurrent.ExecutorService |
newCachedThreadPool() |
java.util.concurrent.ExecutorService |
newCachedThreadPool(java.util.concurrent.ThreadFactory threadFactory) |
java.util.concurrent.ExecutorService |
newFixedThreadPool(int nThreads) |
java.util.concurrent.ExecutorService |
newFixedThreadPool(int nThreads,
java.util.concurrent.ThreadFactory threadFactory) |
java.util.concurrent.ScheduledExecutorService |
newScheduledThreadPool(int corePoolSize) |
java.util.concurrent.ScheduledExecutorService |
newScheduledThreadPool(int corePoolSize,
java.util.concurrent.ThreadFactory threadFactory) |
java.net.ServerSocket |
newServerSocket() |
java.net.ServerSocket |
newServerSocket(int port) |
java.net.ServerSocket |
newServerSocket(int port,
int backlog) |
java.net.ServerSocket |
newServerSocket(int port,
int backlog,
java.net.InetAddress bindAddress) |
java.util.concurrent.ExecutorService |
newSingleThreadExecutor() |
java.util.concurrent.ExecutorService |
newSingleThreadExecutor(java.util.concurrent.ThreadFactory threadFactory) |
java.util.concurrent.ScheduledExecutorService |
newSingleThreadScheduledExecutor() |
java.util.concurrent.ScheduledExecutorService |
newSingleThreadScheduledExecutor(java.util.concurrent.ThreadFactory threadFactory) |
java.net.Socket |
newSocket() |
java.net.Socket |
newSocket(java.net.InetAddress address,
int port) |
java.net.Socket |
newSocket(java.net.Proxy proxy) |
java.net.Socket |
newSocket(java.lang.String host,
int port) |
java.net.Socket |
newSocket(java.lang.String host,
int port,
java.net.InetAddress localAddress,
int localPort) |
java.util.Timer |
newTimer() |
java.util.Timer |
newTimer(boolean isDaemon) |
java.util.Timer |
newTimer(java.lang.String name) |
java.util.Timer |
newTimer(java.lang.String name,
boolean isDaemon) |
java.util.concurrent.ExecutorService |
unconfigurableExecutorService(java.util.concurrent.ExecutorService executor) |
java.util.concurrent.ScheduledExecutorService |
unconfigurableScheduledExecutorService(java.util.concurrent.ScheduledExecutorService executor) |
java.util.Timer newTimer()
java.util.Timer newTimer(boolean isDaemon)
java.util.Timer newTimer(java.lang.String name)
java.util.Timer newTimer(java.lang.String name, boolean isDaemon)
java.net.Socket newSocket()
java.net.Socket newSocket(java.net.Proxy proxy)
java.net.Socket newSocket(java.lang.String host, int port) throws java.io.IOException
java.io.IOException
java.net.Socket newSocket(java.net.InetAddress address, int port) throws java.io.IOException
java.io.IOException
java.net.Socket newSocket(java.lang.String host, int port, java.net.InetAddress localAddress, int localPort) throws java.io.IOException
java.io.IOException
java.net.ServerSocket newServerSocket() throws java.io.IOException
java.io.IOException
java.net.ServerSocket newServerSocket(int port) throws java.io.IOException
java.io.IOException
java.net.ServerSocket newServerSocket(int port, int backlog) throws java.io.IOException
java.io.IOException
java.net.ServerSocket newServerSocket(int port, int backlog, java.net.InetAddress bindAddress) throws java.io.IOException
java.io.IOException
java.util.concurrent.ExecutorService newFixedThreadPool(int nThreads)
java.util.concurrent.ExecutorService newFixedThreadPool(int nThreads, java.util.concurrent.ThreadFactory threadFactory)
java.util.concurrent.ExecutorService newSingleThreadExecutor()
java.util.concurrent.ExecutorService newSingleThreadExecutor(java.util.concurrent.ThreadFactory threadFactory)
java.util.concurrent.ExecutorService newCachedThreadPool()
java.util.concurrent.ExecutorService newCachedThreadPool(java.util.concurrent.ThreadFactory threadFactory)
java.util.concurrent.ScheduledExecutorService newSingleThreadScheduledExecutor()
java.util.concurrent.ScheduledExecutorService newSingleThreadScheduledExecutor(java.util.concurrent.ThreadFactory threadFactory)
java.util.concurrent.ScheduledExecutorService newScheduledThreadPool(int corePoolSize)
java.util.concurrent.ScheduledExecutorService newScheduledThreadPool(int corePoolSize, java.util.concurrent.ThreadFactory threadFactory)
java.util.concurrent.ExecutorService unconfigurableExecutorService(java.util.concurrent.ExecutorService executor)
java.util.concurrent.ScheduledExecutorService unconfigurableScheduledExecutorService(java.util.concurrent.ScheduledExecutorService executor)