| Package | Description |
|---|---|
| org.apache.directory.server.config.beans | |
| org.apache.directory.server.config.builder |
| Modifier and Type | Class and Description |
|---|---|
class |
TcpTransportBean
A class used to store the TCP Transport configuration.
|
class |
UdpTransportBean
A class used to store the UDP Transport configuration.
|
| Modifier and Type | Method and Description |
|---|---|
TransportBean[] |
ServerBean.getTransports() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerBean.addTransports(TransportBean... transports)
Add underlying transports
|
void |
ServerBean.setTransports(TransportBean... transports)
Set the underlying transports
|
| Modifier and Type | Method and Description |
|---|---|
static Transport |
ServiceBuilder.createTransport(TransportBean transportBean)
Creates a Transport from the configuration
|
static Transport[] |
ServiceBuilder.createTransports(TransportBean[] transportBeans)
Creates the array of transports read from the DIT
|
Copyright © 2021. All rights reserved.