Class PacketSessionStartShell


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

      Constructors 
      Constructor Description
      PacketSessionStartShell​(int recipientChannelID, boolean wantReply)  
    • 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
    • Constructor Detail

      • PacketSessionStartShell

        public PacketSessionStartShell​(int recipientChannelID,
                                       boolean wantReply)
    • Method Detail

      • getPayload

        public byte[] getPayload()