fixed jmx
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1983 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
c9c56853b5
commit
7bad38add1
|
@ -16,5 +16,4 @@ confidentialPort: Port to use for confidential redirections.
|
|||
confidentialScheme: Scheme to use for confidential redirections.
|
||||
integralPort: Port to use for integral redirections.
|
||||
integralScheme: Scheme to use for integral redirections.
|
||||
lowResourcesConnections: The number of connections, which if exceeded represents low resources
|
||||
lowResourcesMaxIdleTime: The period in ms that a connection may be idle when the connector has low resources, before it is closed.
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
SelectChannelConnector: HTTP connector using NIO ByteChannels and Selectors
|
||||
lowResourcesConnections: The number of connections, which if exceeded represents low resources
|
||||
|
|
Loading…
Reference in New Issue