Package org.ldaptive
Class AbstractMessage.MessageIDHandler
- java.lang.Object
-
- org.ldaptive.asn1.AbstractParseHandler<AbstractMessage>
-
- org.ldaptive.AbstractMessage.MessageIDHandler
-
- All Implemented Interfaces:
ParseHandler
- Enclosing class:
- AbstractMessage
protected static class AbstractMessage.MessageIDHandler extends AbstractParseHandler<AbstractMessage>
Parse handler implementation for the message ID.
-
-
Constructor Summary
Constructors Constructor Description MessageIDHandler(AbstractMessage response)
Creates a new message ID handler.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(DERParser parser, DERBuffer encoded)
Invoked when a DER path is encountered that belongs to this parse handler.-
Methods inherited from class org.ldaptive.asn1.AbstractParseHandler
getObject
-
-
-
-
Field Detail
-
PATH
public static final DERPath PATH
DER path to message id.
-
-
Constructor Detail
-
MessageIDHandler
public MessageIDHandler(AbstractMessage response)
Creates a new message ID handler.- Parameters:
response
- to configure
-
-
Method Detail
-
handle
public void handle(DERParser parser, DERBuffer encoded)
Description copied from interface:ParseHandler
Invoked when a DER path is encountered that belongs to this parse handler.- Parameters:
parser
- that invoked this handlerencoded
- to handle
-
-