Uses of Interface
org.apache.directory.api.ldap.model.message.IntermediateResponse
-
-
Uses of IntermediateResponse in org.apache.directory.api.ldap.codec.actions.response.intermediate
Method parameters in org.apache.directory.api.ldap.codec.actions.response.intermediate with type arguments of type IntermediateResponse Modifier and Type Method Description voidInitIntermediateResponse. action(LdapMessageContainer<IntermediateResponse> container)The action to be executed.voidStoreIntermediateResponseName. action(LdapMessageContainer<IntermediateResponse> container)The action to be executed.voidStoreIntermediateResponseValue. action(LdapMessageContainer<IntermediateResponse> container)The action to be executed. -
Uses of IntermediateResponse in org.apache.directory.api.ldap.codec.api
Methods in org.apache.directory.api.ldap.codec.api that return IntermediateResponse Modifier and Type Method Description IntermediateResponseIntermediateOperationFactory. newResponse()Returns a newIntermediateResponsewith no value.IntermediateResponseIntermediateOperationFactory. newResponse(byte[] value)Returns a newIntermediateResponsewith the following encoded value.Methods in org.apache.directory.api.ldap.codec.api with parameters of type IntermediateResponse Modifier and Type Method Description voidIntermediateOperationFactory. decodeValue(IntermediateResponse intermediateResponse, byte[] responseValue)Decode the value part of the intermediate response operation.voidIntermediateOperationFactory. encodeValue(Asn1Buffer buffer, IntermediateResponse intermediateResponse)Encode the value part of the intermediate response operation. -
Uses of IntermediateResponse in org.apache.directory.api.ldap.extras.intermediate.syncrepl
Subinterfaces of IntermediateResponse in org.apache.directory.api.ldap.extras.intermediate.syncrepl Modifier and Type Interface Description interfaceSyncInfoValueA syncInfoValue object, as defined in RFC 4533 ;Classes in org.apache.directory.api.ldap.extras.intermediate.syncrepl that implement IntermediateResponse Modifier and Type Class Description classSyncInfoValueImplA simpleSyncInfoValueimplementation to store response properties. -
Uses of IntermediateResponse in org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl
Methods in org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl with parameters of type IntermediateResponse Modifier and Type Method Description voidSyncInfoValueFactory. decodeValue(IntermediateResponse intermediateResponse, byte[] responseValue)Decode the value part of the intermediate response operation.voidSyncInfoValueFactory. encodeValue(Asn1Buffer buffer, IntermediateResponse intermediateResponse) -
Uses of IntermediateResponse in org.apache.directory.api.ldap.model.cursor
Methods in org.apache.directory.api.ldap.model.cursor that return IntermediateResponse Modifier and Type Method Description IntermediateResponseSearchCursor. getIntermediate() -
Uses of IntermediateResponse in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement IntermediateResponse Modifier and Type Class Description classIntermediateResponseImplIntermediateResponse implementation -
Uses of IntermediateResponse in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return IntermediateResponse Modifier and Type Method Description IntermediateResponseSearchCursorImpl. getIntermediate()
-