public interface SnmpContextBasisFace
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PORT |
static int |
MAXPDU |
static int |
MSS |
static String |
STANDARD_SOCKET |
static String |
TCP_SOCKET |
static String |
version_id |
static final String version_id
static final int DEFAULT_PORT
static final String STANDARD_SOCKET
static final String TCP_SOCKET
static final int MAXPDU
static final int MSS
int getVersion()
String getHost()
int getPort()
String getBindAddress()
String getTypeSocket()
String getSendToHostAddress()
String getReceivedFromHostAddress()
boolean addPdu(Pdu p0) throws IOException, PduException
IOExceptionPduExceptionboolean removePdu(int p0)
byte[] encodePacket(byte p0,
int p1,
int p2,
int p3,
Enumeration p4,
Object p5)
throws IOException,
EncodingException
IOExceptionEncodingExceptionvoid sendPacket(byte[] p0)
void destroy()
boolean isDestroyed()
void addTrapListener(TrapListener p0) throws IOException
IOExceptionvoid removeTrapListener(TrapListener p0) throws IOException
IOExceptionvoid addTrapListener(TrapListener p0, int p1) throws IOException
IOExceptionvoid removeTrapListener(TrapListener p0, int p1) throws IOException
IOExceptionvoid addTrapListener(TrapListener p0, ListeningContextPool p1) throws IOException
IOExceptionvoid removeTrapListener(TrapListener p0, ListeningContextPool p1) throws IOException
IOExceptionvoid addRequestPduListener(RequestPduListener p0) throws IOException
IOExceptionvoid removeRequestPduListener(RequestPduListener p0) throws IOException
IOExceptionvoid addRequestPduListener(RequestPduListener p0, int p1) throws IOException
IOExceptionvoid removeRequestPduListener(RequestPduListener p0, int p1) throws IOException
IOExceptionvoid addRequestPduListener(RequestPduListener p0, ListeningContextPool p1) throws IOException
IOExceptionvoid removeRequestPduListener(RequestPduListener p0, ListeningContextPool p1) throws IOException
IOExceptionPdu processIncomingPdu(byte[] p0) throws DecodingException, IOException
DecodingExceptionIOExceptionObject clone() throws CloneNotSupportedException
CloneNotSupportedExceptionString getHashKey()
Copyright © 2019. All rights reserved.