Class PacketGlobalForwardRequest


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

      Constructors 
      Constructor Description
      PacketGlobalForwardRequest​(boolean wantReply, java.lang.String bindAddress, int bindPort)  
    • 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

      • wantReply

        public boolean wantReply
      • bindAddress

        public java.lang.String bindAddress
      • bindPort

        public int bindPort
    • Constructor Detail

      • PacketGlobalForwardRequest

        public PacketGlobalForwardRequest​(boolean wantReply,
                                          java.lang.String bindAddress,
                                          int bindPort)
    • Method Detail

      • getPayload

        public byte[] getPayload()