| ClientTransIdGenerator |
Client transaction identifier generator that is
used to generate a client transaction identifier
when creating or terminating sessions in the session pool.
|
| EPPGenericSessionPoolableFactory |
|
| EPPHttpSessionPoolableFactory |
Customized EPPSessionPoolableFactory for creating a pool of
EPPHttpSession objects.
|
| EPPPooledGenericHttpSession |
Pooled generic EPPHttpSession.
|
| EPPPooledGenericQuicSession |
Pooled generic EPPQuicSession.
|
| EPPPooledGenericSession |
Pooled generic EPPSession.
|
| EPPQuicSessionPoolableFactory |
Customized EPPSessionPoolableFactory for creating a pool of
EPPQuicSession objects.
|
| EPPSessionPool |
Singleton EPP session pool that will handle creating sessions
dynamically, expiring session after an absolute timeout, keeping sessions
alive based on an idle timeout, and dynamically grows and shrinks the pool
based on configurable settings.
|
| EPPSessionPoolableFactory |
Base class for the session pool factories that can be configured.
|
| EPPSessionPoolTst |
|
| EPPSystemSessionPool |
EPP session pool for a specific system name that will handle creating
sessions dynamically, expiring session after an absolute timeout, keeping
sessions alive based on an idle timeout, and dynamically grows and shrinks
the pool based on configurable settings.
|
| EPPSystemSessionPoolTst |
|