| Package | Description |
|---|---|
| org.apache.directory.server.protocol.shared | |
| org.apache.directory.server.protocol.shared.transport |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Transport> |
AbstractProtocolService.transports
The service transports.
|
| Modifier and Type | Method and Description |
|---|---|
Transport[] |
AbstractProtocolService.getTransports() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProtocolService.addTransports(Transport... transports)
Add underlying transports
|
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.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.SocketAcceptor |
ProtocolService.getSocketAcceptor(Transport transport)
If this protocol service support TCP transport then this gets the
MINA SocketAcceptor 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.
|
void |
AbstractProtocolService.setTransports(Transport... transports)
Set the underlying transports
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTransport |
class |
TcpTransport |
class |
UdpTransport |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.