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

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

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

Methods in org.apache.directory.server.protocol.shared that return TransportProtocol
static TransportProtocol TransportProtocol.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransportProtocol[] TransportProtocol.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.directory.server.protocol.shared that return types with arguments of type TransportProtocol
 java.util.Set<TransportProtocol> AbstractProtocolService.getTransportProtocols()
           
 java.util.Set<TransportProtocol> ProtocolService.getTransportProtocols()
          Gets the transport protocols used by this service.
 

Method parameters in org.apache.directory.server.protocol.shared with type arguments of type TransportProtocol
 void AbstractProtocolService.setTransportProtocols(java.util.Set<TransportProtocol> transportProtocols)
           
 void ProtocolService.setTransportProtocols(java.util.Set<TransportProtocol> transportProtocols)
          Sets the transport protocols used by this service.
 



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