Package org.ldaptive.handler
Class SortResultHandler
java.lang.Object
- All Implemented Interfaces:
Function<SearchResponse,,SearchResponse> SearchResultHandler
public class SortResultHandler
extends AbstractEntryHandler<SearchResponse>
implements SearchResultHandler
Sorts the entries, attributes, and attribute values contained in a search response.
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from class org.ldaptive.handler.AbstractEntryHandler
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(SearchResponse response) booleaninthashCode()toString()Methods inherited from class org.ldaptive.handler.AbstractEntryHandler
handleAttribute, handleAttributeName, handleAttributes, handleAttributeValue, handleAttributeValue, handleDn, handleEntryMethods inherited from class org.ldaptive.transport.MessageFunctional
getConnection, getHandle, getRequest, setConnection, setHandle, setRequest
-
Field Details
-
HASH_CODE_SEED
private static final int HASH_CODE_SEEDhash code seed.- See Also:
-
-
Constructor Details
-
SortResultHandler
public SortResultHandler()Default constructor.
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<SearchResponse,SearchResponse>
-
equals
- Overrides:
equalsin classAbstractEntryHandler<SearchResponse>
-
hashCode
public int hashCode()- Specified by:
hashCodein classAbstractEntryHandler<SearchResponse>
-
toString
-