| Package | Description |
|---|---|
| org.subethamail.smtp.internal.proxy | |
| org.subethamail.smtp.internal.server | |
| org.subethamail.smtp.server |
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyProtocolV1Handler
Implements
ProxyHandler for PROXY
protocol V1 textual. |
class |
ProxyProtocolV1V2Handler
Implements
ProxyHandler both for PROXY
protocol V1 textual and V2 binary. |
class |
ProxyProtocolV2Handler
Implements
ProxyHandler for PROXY
protocol V2 binary. |
| Modifier and Type | Field and Description |
|---|---|
static ProxyHandler |
ProxyHandler.NOP
No proxy negotiation
|
| Constructor and Description |
|---|
ServerThread(SMTPServer server,
ServerSocket serverSocket,
ProxyHandler proxyHandler) |
| Modifier and Type | Method and Description |
|---|---|
SMTPServer.Builder |
SMTPServer.Builder.proxyHandler(ProxyHandler proxyHandler)
Sets the
ProxyHandler which will handle proxy packets before SMTP protocol. |
| Constructor and Description |
|---|
Session(SMTPServer server,
ServerThread serverThread,
Socket socket,
ProxyHandler proxyHandler)
Creates the Runnable Session object.
|
Copyright © 2006–2024. All rights reserved.