Class NrpeRequest


  • public class NrpeRequest
    extends java.lang.Object

    NrpeRequest class.

    Version:
    $Id: $
    Author:
    Donald Desloge
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static NrpeRequest Null
      Constant Null
    • Constructor Summary

      Constructors 
      Constructor Description
      NrpeRequest​(byte[] command)
      Constructor for NrpeRequest.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void send​(java.io.OutputStream out)
      send
      java.lang.String toString()
      toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • Null

        public static final NrpeRequest Null
        Constant Null
    • Constructor Detail

      • NrpeRequest

        public NrpeRequest​(byte[] command)

        Constructor for NrpeRequest.

        Parameters:
        command - an array of byte.
    • Method Detail

      • send

        public void send​(java.io.OutputStream out)
                  throws java.io.IOException

        send

        Parameters:
        out - a OutputStream object.
        Throws:
        java.io.IOException - if any.
      • toString

        public java.lang.String toString()

        toString

        Overrides:
        toString in class java.lang.Object
        Returns:
        a String object.