| Package | Description |
|---|---|
| org.nlab.smtp.pool | |
| org.nlab.smtp.transport.connection | |
| org.nlab.smtp.transport.factory |
| Modifier and Type | Method and Description |
|---|---|
ClosableSmtpConnection |
SmtpConnectionPool.borrowObject() |
ClosableSmtpConnection |
SmtpConnectionPool.borrowObject(long borrowMaxWaitMillis) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClosableSmtpConnection
Created by nlabrot on 30/04/15.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool2.PooledObject<ClosableSmtpConnection> |
SmtpConnectionFactory.makeObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
SmtpConnectionFactory.activateObject(org.apache.commons.pool2.PooledObject<ClosableSmtpConnection> pooledObject) |
void |
SmtpConnectionFactory.destroyObject(org.apache.commons.pool2.PooledObject<ClosableSmtpConnection> pooledObject) |
void |
SmtpConnectionFactory.passivateObject(org.apache.commons.pool2.PooledObject<ClosableSmtpConnection> pooledObject) |
boolean |
SmtpConnectionFactory.validateObject(org.apache.commons.pool2.PooledObject<ClosableSmtpConnection> pooledObject) |
Copyright © 2016. All rights reserved.