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) boolean
int
hashCode()
toString()
Methods inherited from class org.ldaptive.handler.AbstractEntryHandler
handleAttribute, handleAttributeName, handleAttributes, handleAttributeValue, handleAttributeValue, handleDn, handleEntry
Methods 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:
apply
in interfaceFunction<SearchResponse,
SearchResponse>
-
equals
- Overrides:
equals
in classAbstractEntryHandler<SearchResponse>
-
hashCode
public int hashCode()- Specified by:
hashCode
in classAbstractEntryHandler<SearchResponse>
-
toString
-