IoAcceptorConfig is the parent java interface to SocketAcceptorConfig. SocketAcceptorConfig is designed for Socket (TCP) based systems, where IoAcceptorConfig is more generic and can be used by UDP based systems as well. See DatagramSessionConfig.
On 8/8/07, leecholho <[EMAIL PROTECTED]> wrote: > > > hi.. > i saw sample program, echo server and Peverser, http server > and i not understand two method.., what is diffenerent? > > > SocketAcceptorConfig cfg = new SocketAcceptorConfig(); > > > > IoAcceptorConfig config = new SocketAcceptorConfig(); > > -- > View this message in context: > http://www.nabble.com/IoAcceptorConfig-vs-SocketAcceptorConfig-...-tf4234306s16868.html#a12047177 > Sent from the Apache MINA Support Forum mailing list archive at Nabble.com > . > > -- ..Cheers Mark
