public class UpdateRequest extends PCEPConstruct
bytes, length, log
Constructor and Description |
---|
UpdateRequest() |
UpdateRequest(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
protected void |
decode(byte[] bytes,
int offset) |
void |
encode() |
boolean |
equals(Object obj) |
LSP |
getLsp() |
Path |
getPath() |
SRP |
getSrp() |
int |
hashCode() |
void |
setLsp(LSP lsp) |
void |
setPath(Path path) |
void |
setSrp(SRP srp) |
getBytes, getLength, setBytes, setLength
public UpdateRequest()
public UpdateRequest(byte[] bytes, int offset) throws PCEPProtocolViolationException
PCEPProtocolViolationException
public void encode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
protected void decode(byte[] bytes, int offset) throws PCEPProtocolViolationException
PCEPProtocolViolationException
public LSP getLsp()
public void setLsp(LSP lsp)
public SRP getSrp()
public void setSrp(SRP srp)
public Path getPath()
public void setPath(Path path)
public int hashCode()
hashCode
in class PCEPConstruct
public boolean equals(Object obj)
equals
in class PCEPConstruct
Copyright © 2016. All rights reserved.