Class PacketSessionExecCommand


  • public class PacketSessionExecCommand
    extends java.lang.Object
    PacketSessionExecCommand.
    • Constructor Summary

      Constructors 
      Constructor Description
      PacketSessionExecCommand​(int recipientChannelID, boolean wantReply, java.lang.String command)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getPayload()  
      • Methods inherited from class java.lang.Object

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

      • recipientChannelID

        public int recipientChannelID
      • wantReply

        public boolean wantReply
      • command

        public java.lang.String command
    • Constructor Detail

      • PacketSessionExecCommand

        public PacketSessionExecCommand​(int recipientChannelID,
                                        boolean wantReply,
                                        java.lang.String command)
    • Method Detail

      • getPayload

        public byte[] getPayload()