Asynchronous Reply to the Same Socket/Channel/Connection
Replicator
webakaunt at gmail.com
Thu Sep 22 12:13:13 EDT 2011
@Norman,
Do you refer to "NettySMTPClientSession" in your "impl"?
Are you suggesting a "
class NotNettyComponent( val channel: Channel, ... ) {
def send( message: Array[Byte] ) {
channel.write( message )
}
} "
That would be created with a Netty Channel from
"bootstrap.connect.getChannel"?
Thank you!
--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Asynchronous-Reply-to-the-Same-Socket-Channel-Connection-tp6818792p6820875.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list