|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ControlCodec | |
|---|---|
| org.apache.directory.shared.ldap.codec | |
| Uses of ControlCodec in org.apache.directory.shared.ldap.codec |
|---|
| Methods in org.apache.directory.shared.ldap.codec that return ControlCodec | |
|---|---|
ControlCodec |
LdapMessageCodec.getControls(int i)
Get the Control Object at a specific index |
ControlCodec |
LdapMessageContainer.getCurrentControl()
|
ControlCodec |
LdapMessageCodec.getCurrentControl()
Get the current Control Object |
| Methods in org.apache.directory.shared.ldap.codec that return types with arguments of type ControlCodec | |
|---|---|
java.util.List<ControlCodec> |
LdapMessageCodec.getControls()
Get the Control Objects |
| Methods in org.apache.directory.shared.ldap.codec with parameters of type ControlCodec | |
|---|---|
void |
LdapMessageCodec.addControl(ControlCodec control)
Add a control to the Controls array |
void |
LdapMessageContainer.setCurrentControl(ControlCodec currentControl)
Store a newly created control |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||