Interface DatagramConnection
- All Superinterfaces:
Connection
-
Method Summary
Modifier and TypeMethodDescriptionintintnewDatagram(byte[] var0, int var1) newDatagram(byte[] var0, int var1, String var2) newDatagram(int var0) newDatagram(int var0, String var1) voidvoidMethods inherited from interface Connection
close
-
Method Details
-
getMaximumLength
- Throws:
IOException
-
getNominalLength
- Throws:
IOException
-
newDatagram
- Throws:
IOException
-
newDatagram
- Throws:
IOException
-
newDatagram
- Throws:
IOException
-
newDatagram
- Throws:
IOException
-
receive
- Throws:
IOException
-
send
- Throws:
IOException
-