ConnectionManager.SocketListener JavaScript is disabled on your browser. communication

Class ConnectionManager.SocketListener

    All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    ConnectionManager


    private class ConnectionManager.SocketListener
    extends java.lang.Object
    implements java.lang.Runnable

      Method Summary

      Methods 
      Modifier and Type Method and Description
      void run() 

        Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

      Field Detail

        message

        private java.lang.String message

        receivedData

        private byte[] receivedData

        targetSocket

        private java.net.DatagramSocket targetSocket

        receivedPacket

        private java.net.DatagramPacket receivedPacket

      Constructor Detail

        ConnectionManager.SocketListener

        public ConnectionManager.SocketListener(java.net.DatagramSocket targetSocket)

      Method Detail

        run

        public void run()
        Specified by:
        run in interface java.lang.Runnable