|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transport | |
---|---|
org.apache.directory.server.ldap | Contains the entry point for the LDAP protocol provider and the session registry. |
org.apache.directory.server.protocol.shared | |
org.apache.directory.server.protocol.shared.transport |
Uses of Transport in org.apache.directory.server.ldap |
---|
Methods in org.apache.directory.server.ldap with parameters of type Transport | |
---|---|
boolean |
LdapServer.isEnableLdaps(Transport transport)
Returns true if LDAPS is enabled. |
Uses of Transport in org.apache.directory.server.protocol.shared |
---|
Fields in org.apache.directory.server.protocol.shared with type parameters of type Transport | |
---|---|
protected java.util.Set<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 | |
---|---|
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 |
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 |