| Package | Description |
|---|---|
| org.subethamail.smtp.internal.server | |
| org.subethamail.smtp.server |
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptAllSessionHandler
A
SessionHandler that doesn't perform any real work |
class |
ConcurrentSessionsBySourceLimiter
A
SessionHandler to track and limit connection counts by remote addresses. |
| Modifier and Type | Field and Description |
|---|---|
static SessionHandler |
AcceptAllSessionHandler.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static SessionHandler |
SessionHandler.acceptAll() |
SessionHandler |
SMTPServer.getSessionHandler() |
static SessionHandler |
SessionHandler.limitConcurrentSessionsBySource(int maxConnectionsPerSource) |
| Modifier and Type | Method and Description |
|---|---|
SMTPServer.Builder |
SMTPServer.Builder.sessionHandler(SessionHandler sessionHandler)
Sets the
SessionHandler which will track allocated session and connections. |
Copyright © 2006–2024. All rights reserved.