<NioEnabled>
Section:
JettyServer
Required:
No
Value type:
Boolean (true or false)
Default:
false
Product:
Creo Elements/Direct Manager Java Services
Description
The <NioEnabled> tag defines whether the Jetty server should use the Java new input/output (NIO) connection or the normal sockets. This tag affects only the Hypertext Transfer Protocol (HTTP) connections and not the Secure Sockets Layer (SSL) connections.
Example
This example shows the valid configuration of the tag:
<NioEnabled>false</NioEnabled>
Was this helpful?