Interface MessageSerializer
- All Known Implementing Classes:
 AbstractMessageParser,InitiatedPCInitiateMessageParser,PCEPCloseMessageParser,PCEPErrorMessageParser,PCEPKeepAliveMessageParser,PCEPMonitoringReplyMessageParser,PCEPMonitoringRequestMessageParser,PCEPNotificationMessageParser,PCEPOpenMessageParser,PCEPReplyMessageParser,PCEPRequestMessageParser,PCEPStartTLSMessageParser,PcRptMessageCodec,StatefulErrorMessageParser,StatefulPCReportMessageParser,StatefulPCRequestMessageParser,StatefulPCUpdateRequestMessageParser
public interface MessageSerializer
- 
Method Summary
Modifier and TypeMethodDescriptionvoidserializeMessage(Message message, io.netty.buffer.ByteBuf buffer) Serializes given message to bytes wrapped in given ByteBuf. 
- 
Method Details
- 
serializeMessage
Serializes given message to bytes wrapped in given ByteBuf.- Parameters:
 message- PCEP message to be serializedbuffer- ByteBuf wrapper around serialized message
 
 -