Uses of Class
org.apache.directory.server.protocol.shared.DatagramAcceptor

Packages that use DatagramAcceptor
org.apache.directory.server.protocol.shared   
 

Uses of DatagramAcceptor in org.apache.directory.server.protocol.shared
 

Methods in org.apache.directory.server.protocol.shared that return DatagramAcceptor
 DatagramAcceptor AbstractProtocolService.getDatagramAcceptor()
           
 DatagramAcceptor ProtocolService.getDatagramAcceptor()
          If this protocol service supports UDP transport then this gets the non-null MINA DatagramAcceptor it uses.
 

Methods in org.apache.directory.server.protocol.shared with parameters of type DatagramAcceptor
 void AbstractProtocolService.setDatagramAcceptor(DatagramAcceptor datagramAcceptor)
           
 void ProtocolService.setDatagramAcceptor(DatagramAcceptor datagramAcceptor)
          If this protocol service supports UDP transport then this sets the MINA DatagramAcceptor it uses.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.