Package org.opendaylight.protocol.util
Class PCEPHexDumpParser
java.lang.Object
org.opendaylight.protocol.util.PCEPHexDumpParser
Parses PCEP messages from a text file. Messages need to follow this formatting.
 Received PCEP Open message. Length:28.
 20 01 00 1c 01 10 00 18 20 1e 78 03 00 10 00 04 00 00 00 05 00 1a 00 04 00 00 00 b4
- 
Method Summary
Modifier and TypeMethodDescriptionstatic List<byte[]>parseMessages(File file) static List<byte[]> 
- 
Method Details
- 
parseMessages
- Throws:
 IOException
 - 
parseMessages
- Throws:
 IOException
 
 -