Uses of Interface
org.apache.mina.io.IoAcceptor

Packages that use IoAcceptor
org.apache.mina.io.datagram Datagram (UDP/IP) support. 
org.apache.mina.io.socket Socket (TCP/IP) support. 
org.apache.mina.protocol.io A wrapper for org.apache.mina.io package to support low-level I/O. 
org.apache.mina.registry A frontend package that makes setting up MINA easier. 
 

Uses of IoAcceptor in org.apache.mina.io.datagram
 

Classes in org.apache.mina.io.datagram that implement IoAcceptor
 class DatagramAcceptor
          IoAcceptor for datagram transport (UDP/IP).
 

Uses of IoAcceptor in org.apache.mina.io.socket
 

Classes in org.apache.mina.io.socket that implement IoAcceptor
 class SocketAcceptor
          IoAcceptor for socket transport (TCP/IP).
 

Uses of IoAcceptor in org.apache.mina.protocol.io
 

Methods in org.apache.mina.protocol.io that return IoAcceptor
 IoAcceptor IoProtocolAcceptor.getIoAcceptor()
          Returns the underlying IoAcceptor instance this acceptor is wrapping.
 

Constructors in org.apache.mina.protocol.io with parameters of type IoAcceptor
IoProtocolAcceptor(IoAcceptor acceptor)
          Creates a new instance with the specified IoAcceptor.
 

Uses of IoAcceptor in org.apache.mina.registry
 

Fields in org.apache.mina.registry declared as IoAcceptor
protected  IoAcceptor SimpleServiceRegistry.datagramIoAcceptor
           
protected  IoAcceptor SimpleServiceRegistry.socketIoAcceptor
           
 

Methods in org.apache.mina.registry that return IoAcceptor
protected  IoAcceptor SimpleServiceRegistry.findIoAcceptor(TransportType transportType)
           
 IoAcceptor SimpleServiceRegistry.getIoAcceptor(TransportType transportType)
           
 IoAcceptor ServiceRegistry.getIoAcceptor(TransportType transportType)
           
 



Copyright © 2004-2005 . All Rights Reserved.