es.tid.pce.pcep.constructs.EndpointRestriction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of network-protocols Show documentation
Show all versions of network-protocols Show documentation
BGP-LS,OSPF-TE,PCEP and RSVP-TE protocol encodings.
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
}
}