Package javax.microedition.io
Interface DatagramConnection
- All Superinterfaces:
Connection
- All Known Subinterfaces:
UDPDatagramConnection
-
Method Summary
Modifier and TypeMethodDescriptionint
int
newDatagram
(byte[] var0, int var1) newDatagram
(byte[] var0, int var1, String var2) newDatagram
(int var0) newDatagram
(int var0, String var1) void
void
Methods inherited from interface javax.microedition.io.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
-