|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 declared as Transport | |
|---|---|
protected 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 | |
|---|---|
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 |
| 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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||