Asynchronous Reply to the Same Socket/Channel/Connection
Norman Maurer
norman.maurer at googlemail.com
Thu Sep 22 14:21:53 EDT 2011
Yes something like this.
Bye,
Norman
2011/9/22 Replicator <webakaunt at gmail.com>:
> @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.
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
>
More information about the netty-users
mailing list