Class PacketGlobalCancelForwardRequest


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

      Constructors 
      Constructor Description
      PacketGlobalCancelForwardRequest​(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

      • PacketGlobalCancelForwardRequest

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

      • getPayload

        public byte[] getPayload()