- setCorePoolSize(int) - Method in class org.glassfish.jersey.jdk.connector.ThreadPoolConfig
-
Set the core thread pool size - the size of the thread pool will never bee smaller than this.
- setDaemon(boolean) - Method in class org.glassfish.jersey.jdk.connector.ThreadPoolConfig
-
Set true if thread pool threads are daemons.
- setInitialClassLoader(ClassLoader) - Method in class org.glassfish.jersey.jdk.connector.ThreadPoolConfig
-
Specifies the context class loader that will be used by threads in this pool.
- setKeepAliveTime(long, TimeUnit) - Method in class org.glassfish.jersey.jdk.connector.ThreadPoolConfig
-
The max period of time a thread will wait for a new task to process.
- setMaxPoolSize(int) - Method in class org.glassfish.jersey.jdk.connector.ThreadPoolConfig
-
Set max thread pool size.
- setPoolName(String) - Method in class org.glassfish.jersey.jdk.connector.ThreadPoolConfig
-
Set thread pool name.
- setPriority(int) - Method in class org.glassfish.jersey.jdk.connector.ThreadPoolConfig
-
Set priority of the threads in thread pool.
- setQueue(Queue<Runnable>) - Method in class org.glassfish.jersey.jdk.connector.ThreadPoolConfig
-
Set a queue implementation that will be used to temporarily store tasks when all threads in the thread pool are busy.
- setQueueLimit(int) - Method in class org.glassfish.jersey.jdk.connector.ThreadPoolConfig
-
Set the limit of the queue, where tasks are temporarily stored when all threads are busy.
- setThreadFactory(ThreadFactory) - Method in class org.glassfish.jersey.jdk.connector.ThreadPoolConfig
-
Set
ThreadFactory that will be used to create thread pool threads.
- SSL_SESSION_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.LocalizationMessages
-
"SSL session has been closed."
- STREAM_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.LocalizationMessages
-
"The stream has been closed."
- STREAM_CLOSED_FOR_INPUT() - Static method in class org.glassfish.jersey.jdk.connector.LocalizationMessages
-
"This stream has already been closed for input."
- SYNC_OPERATION_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.jdk.connector.LocalizationMessages
-
"Operation not supported in asynchronous mode."