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 ProtocolService.getDatagramAcceptor()
          If this protocol service supports UDP transport then this gets the non-null MINA DatagramAcceptor it uses.
 DatagramAcceptor AbstractProtocolService.getDatagramAcceptor()
           
 

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



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.