Uses of Interface
org.apache.directory.api.ldap.model.message.AbandonRequest
-
-
Uses of AbandonRequest in org.apache.directory.api.dsmlv2.request
Classes in org.apache.directory.api.dsmlv2.request that implement AbandonRequest Modifier and Type Class Description classAbandonRequestDsmlDSML Decorator for AbandonRequestMethods in org.apache.directory.api.dsmlv2.request that return AbandonRequest Modifier and Type Method Description AbandonRequestAbandonRequestDsml. addAllControls(Control[] controls)Adds an array of controls to this Message.AbandonRequestAbandonRequestDsml. addControl(Control control)Adds a control to this Message.AbandonRequestAbandonRequestDsml. removeControl(Control control)Deletes a control removing it from this Message.AbandonRequestAbandonRequestDsml. setAbandoned(int requestId)Sets the id of the request operation to terminate.AbandonRequestAbandonRequestDsml. setAbandonedMessageId(int abandonedMessageId)Set the abandoned message IDAbandonRequestAbandonRequestDsml. setMessageId(int messageId)Sets the Message ID for this requestConstructors in org.apache.directory.api.dsmlv2.request with parameters of type AbandonRequest Constructor Description AbandonRequestDsml(LdapApiService codec, AbandonRequest ldapMessage)Creates a new instance of AbandonRequestDsml. -
Uses of AbandonRequest in org.apache.directory.api.ldap.codec.actions.request.abandon
Method parameters in org.apache.directory.api.ldap.codec.actions.request.abandon with type arguments of type AbandonRequest Modifier and Type Method Description voidInitAbandonRequest. action(LdapMessageContainer<AbandonRequest> container)The action to be executed. -
Uses of AbandonRequest in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement AbandonRequest Modifier and Type Class Description classAbandonRequestImplImplementation of an AbandonRequest message.Methods in org.apache.directory.api.ldap.model.message that return AbandonRequest Modifier and Type Method Description AbandonRequestAbandonRequestImpl. addAllControls(Control[] controls)Adds an array of controls to this Message.AbandonRequestAbandonRequestImpl. addControl(Control control)Adds a control to this Message.AbandonRequestAbandonRequestImpl. removeControl(Control control)Deletes a control removing it from this Message.AbandonRequestAbandonRequest. setAbandoned(int requestId)Sets the id of the request operation to terminate.AbandonRequestAbandonRequestImpl. setAbandoned(int abandonId)Sets the id of the request operation to terminate.AbandonRequestAbandonRequestImpl. setMessageId(int messageId)Sets the Message ID for this request -
Uses of AbandonRequest in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api with parameters of type AbandonRequest Modifier and Type Method Description voidLdapConnection. abandon(AbandonRequest abandonRequest)An abandon request essentially with the request message ID of the operation to be canceled and/or potentially some controls and timeout (the controls and timeout are not mandatory).voidLdapConnectionWrapper. abandon(AbandonRequest abandonRequest)An abandon request essentially with the request message ID of the operation to be canceled and/or potentially some controls and timeout (the controls and timeout are not mandatory).voidLdapNetworkConnection. abandon(AbandonRequest abandonRequest)An abandon request essentially with the request message ID of the operation to be canceled and/or potentially some controls and timeout (the controls and timeout are not mandatory).
-