NameQueryRequestpublic class NameQueryRequest extends NameServicePacket
Constructors Summary |
---|
NameQueryRequest(Name name)
questionName = name;
questionType = NB;
|
Methods Summary |
---|
int | readBodyWireFormat(byte[] src, int srcIndex)
return readQuestionSectionWireFormat( src, srcIndex );
| int | readRDataWireFormat(byte[] src, int srcIndex)
return 0;
| public java.lang.String | toString()
return new String( "NameQueryRequest[" +
super.toString() + "]" );
| int | writeBodyWireFormat(byte[] dst, int dstIndex)
return writeQuestionSectionWireFormat( dst, dstIndex );
| int | writeRDataWireFormat(byte[] dst, int dstIndex)
return 0;
|
|