All Downloads are FREE. Search and download functionalities are using the official Maven repository.

es.tid.pce.pcep.constructs.EndpointRestriction Maven / Gradle / Ivy

The newest version!
package es.tid.pce.pcep.constructs;

import es.tid.pce.pcep.PCEPProtocolViolationException;

public class EndpointRestriction extends PCEPConstruct {

	public EndpointRestriction(byte[] bytes, int offset) {
		// TODO Auto-generated constructor stub
	}

	@Override
	public void encode() throws PCEPProtocolViolationException {
		// TODO Auto-generated method stub

	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy