Package io.micronaut.http.netty.channel
Class NettyThreadFactory
java.lang.Object
io.micronaut.http.netty.channel.NettyThreadFactory
The Default thread factory the Netty
NioEventLoopGroup
will use within Micronaut to
create threads.- Since:
- 1.0
- Author:
- graemerocher
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant with the default threads in the event loop.static final String
Name for Netty thread factory. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ThreadFactory
Constructs the default thread factory used by the HTTP client.
-
Field Details
-
NAME
Name for Netty thread factory.- See Also:
-
DEFAULT_EVENT_LOOP_THREADS
public static final int DEFAULT_EVENT_LOOP_THREADSConstant with the default threads in the event loop.
-
-
Constructor Details
-
NettyThreadFactory
public NettyThreadFactory()
-
-
Method Details
-
nettyThreadFactory
Constructs the default thread factory used by the HTTP client.- Returns:
- The thread factory
-