Class ConnectionCache


  • public class ConnectionCache
    extends Object
    Connection cache implementation.
    Author:
    Alexey Stashok
    • Constructor Detail

      • ConnectionCache

        public ConnectionCache​(org.glassfish.grizzly.SocketConnectorHandler socketConnectorHandler,
                               int highWaterMark,
                               int maxParallelConnections,
                               int numberToReclaim)
    • Method Detail

      • offer

        public void offer​(org.glassfish.grizzly.Connection connection)
      • close

        public void close()