|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |