Uses of Class
org.ldaptive.AddRequest
-
Packages that use AddRequest Package Description org.ldaptive org.ldaptive.transport.netty -
-
Uses of AddRequest in org.ldaptive
Methods in org.ldaptive that return types with arguments of type AddRequest Modifier and Type Method Description OperationHandle<AddRequest,AddResponse>
Connection. operation(AddRequest request)
Creates a handle for an add operation.OperationHandle<AddRequest,AddResponse>
AddOperation. send(AddRequest request)
Sends an add request.static OperationHandle<AddRequest,AddResponse>
AddOperation. send(ConnectionFactory factory, AddRequest request)
Sends an add request.Methods in org.ldaptive with parameters of type AddRequest Modifier and Type Method Description AddResponse
AddOperation. execute(AddRequest request)
Executes an add request.static AddResponse
AddOperation. execute(ConnectionFactory factory, AddRequest request)
Executes an add request.OperationHandle<AddRequest,AddResponse>
Connection. operation(AddRequest request)
Creates a handle for an add operation.OperationHandle<AddRequest,AddResponse>
AddOperation. send(AddRequest request)
Sends an add request.static OperationHandle<AddRequest,AddResponse>
AddOperation. send(ConnectionFactory factory, AddRequest request)
Sends an add request. -
Uses of AddRequest in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty that return types with arguments of type AddRequest Modifier and Type Method Description DefaultOperationHandle<AddRequest,AddResponse>
NettyConnection. operation(AddRequest request)
Methods in org.ldaptive.transport.netty with parameters of type AddRequest Modifier and Type Method Description DefaultOperationHandle<AddRequest,AddResponse>
NettyConnection. operation(AddRequest request)
-