Interface DatagramTransport

    • Method Detail

      • getReceiveLimit

        int getReceiveLimit()
                     throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • getSendLimit

        int getSendLimit()
                  throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • receive

        int receive​(byte[] buf,
                    int off,
                    int len,
                    int waitMillis)
             throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • send

        void send​(byte[] buf,
                  int off,
                  int len)
           throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException