org.apache.directory.server.dns.io.encoder
Class QuestionRecordEncoder

java.lang.Object
  extended by org.apache.directory.server.dns.io.encoder.QuestionRecordEncoder

public class QuestionRecordEncoder
extends Object

Author:
Apache Directory Project

Constructor Summary
QuestionRecordEncoder()
           
 
Method Summary
 void put(org.apache.mina.core.buffer.IoBuffer out, QuestionRecord question)
          Encodes the QuestionRecord into the IoBuffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestionRecordEncoder

public QuestionRecordEncoder()
Method Detail

put

public void put(org.apache.mina.core.buffer.IoBuffer out,
                QuestionRecord question)
Encodes the QuestionRecord into the IoBuffer.

Parameters:
out -
question -


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.