public class AgentXPeer extends Object implements Serializable
Constructor and Description |
---|
AgentXPeer(TransportMapping transport,
Address address) |
Modifier and Type | Method and Description |
---|---|
Address |
getAddress() |
long |
getConnectionTime() |
Object |
getId() |
int |
getParseErrors() |
int |
getTimeout() |
TransportMapping |
getTransport() |
void |
incParseErrors() |
boolean |
isClosing() |
void |
setClosing(boolean closing) |
void |
setConnectionTime(long connectionTime) |
void |
setId(Object id) |
void |
setTimeout(int timeout) |
String |
toString() |
public AgentXPeer(TransportMapping transport, Address address)
public boolean isClosing()
public long getConnectionTime()
public Object getId()
public int getTimeout()
public TransportMapping getTransport()
public Address getAddress()
public int getParseErrors()
public void incParseErrors()
public void setClosing(boolean closing)
public void setConnectionTime(long connectionTime)
public void setId(Object id)
public void setTimeout(int timeout)
Copyright © 2016 SNMP4J.org. All rights reserved.