Searched refs:encodeMessage (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpOutgoingRequest.java60 public int encodeMessage(byte[] outputBytes) method in interface:SnmpOutgoingRequest
H A DSnmpIncomingRequest.java106 public int encodeMessage(byte[] outputBytes) method in interface:SnmpIncomingRequest
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpMessage.java79 public int encodeMessage(byte[] outputBytes) throws SnmpTooBigException { method in class:SnmpMessage
H A DSnmpMsg.java47 * <P><CODE>decodeMessage</CODE> and <CODE>encodeMessage</CODE> do not
126 public abstract int encodeMessage(byte[] outputBytes) method in class:SnmpMsg
H A DSnmpV3Message.java156 public int encodeMessage(byte[] outputBytes) method in class:SnmpV3Message
161 "encodeMessage",
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpRequestHandler.java211 reqPacket.setLength(respMsg.encodeMessage(reqPacket.getData())) ;
221 reqPacket.setLength(respMsg.encodeMessage(reqPacket.getData())) ;
H A DSnmpAdaptorServer.java2169 int encodingLength = msg.encodeMessage(buffer) ;

Completed in 52 milliseconds