Package | Description |
---|---|
mireka.filter.proxy |
Provides a filter which relays a mail transaction step
by step to a backend server in "real time".
|
mireka.transmission.immediate |
Provides the API and implementation for services which make a one-time
attempt to synchronously transmit a mail to a remote system, either
directly, or via a smart host.
|
Modifier and Type | Method and Description |
---|---|
BackendServer |
RelayDestination.getBackendServer() |
Modifier and Type | Method and Description |
---|---|
void |
RelayDestination.setBackendServer(BackendServer backendServer) |
Constructor and Description |
---|
BackendClient(BackendServer backendServer) |
Modifier and Type | Method and Description |
---|---|
java.util.List<BackendServer> |
Upstream.getServers() |
java.util.List<BackendServer> |
Upstream.orderedServerList() |
Modifier and Type | Method and Description |
---|---|
void |
IndirectImmediateSender.setBackendServer(BackendServer server)
Sets the upstream to the supplied single server.
|
Modifier and Type | Method and Description |
---|---|
void |
Upstream.setServers(java.util.List<BackendServer> servers) |