public class StoreSearchRequestTimeLimit extends GrammarAction<LdapMessageContainer<SearchRequest>>
SearchRequest ::= [APPLICATION 3] SEQUENCE { ... timeLimit INTEGER (0 .. maxInt), ...
Constructor and Description |
---|
StoreSearchRequestTimeLimit()
Instantiates a new action.
|
Modifier and Type | Method and Description |
---|---|
void |
action(LdapMessageContainer<SearchRequest> container)
The action to be executed.
|
toString
public StoreSearchRequestTimeLimit()
public void action(LdapMessageContainer<SearchRequest> container) throws DecoderException
container
- The container which stores the current dataDecoderException
- Thrown if something went wrong.Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.