public class ApiServerHandler
extends io.netty.channel.ChannelHandlerAdapter
| Constructor and Description |
|---|
ApiServerHandler(MailMessageDao mailMessageDao,
RelayAddressDao relayAddressDao,
MailProcessor mailProcessor,
SmtpServer smtpServer) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
public ApiServerHandler(MailMessageDao mailMessageDao, RelayAddressDao relayAddressDao, MailProcessor mailProcessor, SmtpServer smtpServer)
Copyright © 2015. All rights reserved.