|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.snmp2.TcpProperty
class TcpProperty
This class contains a one to one mapping between the socket and other fields related to that socket. The fields will be used while performing read operation.
| Field Summary | |
|---|---|
(package private) byte[] |
data
|
(package private) int |
dataLen
|
(package private) int |
index
|
(package private) int |
j
|
(package private) int |
offset
|
(package private) java.net.Socket |
sock
|
(package private) boolean |
writeFlag
|
| Constructor Summary | |
|---|---|
TcpProperty(java.net.Socket sock)
|
|
| Method Summary | |
|---|---|
(package private) void |
close()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.net.Socket sock
int j
int dataLen
int offset
int index
byte[] data
boolean writeFlag
| Constructor Detail |
|---|
TcpProperty(java.net.Socket sock)
| Method Detail |
|---|
void close()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||