Class ConnectionCache
- java.lang.Object
-
- com.sun.enterprise.mgmt.transport.grizzly.grizzly2.ConnectionCache
-
public class ConnectionCache extends java.lang.ObjectConnection cache implementation.- Author:
- Alexey Stashok
-
-
Constructor Summary
Constructors Constructor Description ConnectionCache(org.glassfish.grizzly.SocketConnectorHandler socketConnectorHandler, int highWaterMark, int maxParallelConnections, int numberToReclaim)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidoffer(org.glassfish.grizzly.Connection connection)org.glassfish.grizzly.Connectionpoll(java.net.SocketAddress localAddress, java.net.SocketAddress remoteAddress)
-