|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.adventnet.snmp.snmp2.TcpTransportImpl
Implemention of the SnmpTransportProvider interface for TCP/IP protocol.
| Constructor Summary | |
TcpTransportImpl()
Default constructor that creates an instance of the implementation object. |
|
| Method Summary | |
void |
close()
Closes the transport interface after communication is over. |
void |
open(ProtocolOptions params)
Opens the transport interface over which the data is sent/received. |
int |
read(SnmpTransportPacket transportPacket)
Receive data from the peer over the transport interface. |
void |
write(SnmpTransportPacket tPacket)
Send data to the peer over the transport interface. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TcpTransportImpl()
| Method Detail |
public void open(ProtocolOptions params)
throws java.io.IOException
open in interface SnmpTransportProviderparams - protocol options required for opening the SNMP session.
java.io.IOException - in case of an error during opening the
transport interface.
public int read(SnmpTransportPacket transportPacket)
throws java.io.IOException
read in interface SnmpTransportProvidertransportPacket - Transport packet containing the packet buffer in which the
bytes will be read.
java.io.IOException - in case of an error during receive.
public void write(SnmpTransportPacket tPacket)
throws java.io.IOException
write in interface SnmpTransportProvidertPacket - the transport packet that contains the destination information
and the SNMP message to be sent.
java.io.IOException - in case of an error during send.
public void close()
throws java.io.IOException
close in interface SnmpTransportProviderjava.io.IOException - in case of an error during closing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||