Class NetMsgEventArgs


  • public class NetMsgEventArgs
    extends EventArgs
    Since:
    2018-02-20
    • Field Summary

      • Fields inherited from class in.dragonbra.javasteam.util.event.EventArgs

        EMPTY
    • Constructor Summary

      Constructors 
      Constructor Description
      NetMsgEventArgs​(byte[] data, java.net.InetSocketAddress endPoint)  
    • Constructor Detail

      • NetMsgEventArgs

        public NetMsgEventArgs​(byte[] data,
                               java.net.InetSocketAddress endPoint)
    • Method Detail

      • getData

        public byte[] getData()
      • getEndPoint

        public java.net.InetSocketAddress getEndPoint()