| Package | Description |
|---|---|
| org.apache.fulcrum.parser.pool |
| Modifier and Type | Method and Description |
|---|---|
DefaultCookieParser |
CookieParserFactory.create() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool2.PooledObject<DefaultCookieParser> |
CookieParserFactory.wrap(DefaultCookieParser obj) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool2.PooledObject<DefaultCookieParser> |
CookieParserFactory.wrap(DefaultCookieParser obj) |
| Modifier and Type | Method and Description |
|---|---|
void |
CookieParserFactory.passivateObject(org.apache.commons.pool2.PooledObject<DefaultCookieParser> pooledObject)
When an object is returned to the pool, clear the buffer.
|
boolean |
CookieParserFactory.validateObject(org.apache.commons.pool2.PooledObject<DefaultCookieParser> parser) |
| Constructor and Description |
|---|
CookieParserPool(org.apache.commons.pool2.PooledObjectFactory<DefaultCookieParser> factory)
Constructor.
|
CookieParserPool(org.apache.commons.pool2.PooledObjectFactory<DefaultCookieParser> factory,
org.apache.commons.pool2.impl.GenericObjectPoolConfig config)
Constructor.
|
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.