| java.lang.Object com.caucho.server.snmp.SnmpRequest
BAD_VALUE | final public static int BAD_VALUE(Code) | | |
GENERAL_ERROR | final public static int GENERAL_ERROR(Code) | | |
NO_ERROR | final public static int NO_ERROR(Code) | | |
NO_SUCH_NAME | final public static int NO_SUCH_NAME(Code) | | |
READ_ONLY | final public static int READ_ONLY(Code) | | |
TOO_BIG | final public static int TOO_BIG(Code) | | |
handleRequest | public boolean handleRequest() throws IOException(Code) | | Handles a new connection. The controlling TcpServer may call
handleConnection again after the connection completes, so
the implementation must initialize any variables for each connection.
|
handleResume | public boolean handleResume() throws IOException(Code) | | Resumes processing after a wait.
|
init | public void init()(Code) | | Initialize the connection. At this point, the current thread is the
connection thread.
|
isWaitForRead | public boolean isWaitForRead()(Code) | | Return true if the connection should wait for a read before
handling the request.
|
protocolCloseEvent | public void protocolCloseEvent()(Code) | | Handles a close event when the connection is closed.
|
setVersion | public void setVersion(int version)(Code) | | |
|
|