public class RFC4893Exception extends Exception
| Constructor and Description |
|---|
RFC4893Exception(int cause,
ASPath oldASPath,
ASPath as4path) |
RFC4893Exception(int cause,
long timestamp,
InetAddress peer,
AS as,
ASPath oldASPath,
ASPath as4path) |
| Modifier and Type | Method and Description |
|---|---|
AS |
getAS() |
ASPath |
getAS4Path() |
ASPath |
getOldASPath() |
InetAddress |
getPeer() |
long |
getTimestamp() |
void |
setAS(AS srcAs) |
void |
setAS4Path(ASPath as4path) |
void |
setOldASPath(ASPath oldASPath) |
void |
setPeer(InetAddress peer) |
void |
setTimestamp(long timestamp) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic RFC4893Exception(int cause,
long timestamp,
InetAddress peer,
AS as,
ASPath oldASPath,
ASPath as4path)
public void setTimestamp(long timestamp)
public long getTimestamp()
public InetAddress getPeer()
public void setPeer(InetAddress peer)
public void setAS(AS srcAs)
public AS getAS()
public void setOldASPath(ASPath oldASPath)
public ASPath getOldASPath()
public void setAS4Path(ASPath as4path)
public ASPath getAS4Path()
Copyright © 2025. All rights reserved.