Interface RequestHandler<R extends Request<?,?,?> >
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisSupported(int pduType) Checks whether the supplied PDU type is supported by this request handler.voidprocessPdu(R request, MOServer server) Processes a request on behalf of the suppliedMOServer.
-
Method Details
-
isSupported
boolean isSupported(int pduType) Checks whether the supplied PDU type is supported by this request handler.- Parameters:
pduType- a PDU type as defined byPDU.- Returns:
trueif the PDU type is supported.
-
processPdu
-