Uses of Interface
org.apache.directory.server.protocol.shared.transport.Transport

Packages that use Transport
org.apache.directory.server.protocol.shared   
org.apache.directory.server.protocol.shared.transport   
 

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

Fields in org.apache.directory.server.protocol.shared with type parameters of type Transport
protected  java.util.Set<Transport> AbstractProtocolService.transports
          The service transports.
 

Methods in org.apache.directory.server.protocol.shared that return Transport
 Transport[] AbstractProtocolService.getTransports()
           
 

Methods in org.apache.directory.server.protocol.shared with parameters of type Transport
 void AbstractProtocolService.addTransports(Transport... transports)
          Add underlying transports
 org.apache.mina.transport.socket.DatagramAcceptor AbstractProtocolService.getDatagramAcceptor(Transport udpTransport)
          If this protocol service supports UDP transport then this gets the non-null MINA DatagramAcceptor it uses.
 org.apache.mina.transport.socket.DatagramAcceptor ProtocolService.getDatagramAcceptor(Transport transport)
          If this protocol service supports UDP transport then this gets the non-null MINA DatagramAcceptor it uses.
 org.apache.mina.transport.socket.SocketAcceptor AbstractProtocolService.getSocketAcceptor(Transport tcpTransport)
          If this protocol service support TCP transport then this gets the MINA SocketAcceptor it uses.
 org.apache.mina.transport.socket.SocketAcceptor ProtocolService.getSocketAcceptor(Transport transport)
          If this protocol service support TCP transport then this gets the MINA SocketAcceptor it uses.
 void AbstractProtocolService.setTransports(Transport... transports)
          Set the underlying transports
 

Uses of Transport in org.apache.directory.server.protocol.shared.transport
 

Classes in org.apache.directory.server.protocol.shared.transport that implement Transport
 class AbstractTransport
           
 class TcpTransport
           
 class UdpTransport
           
 



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