javax.microedition.io
Interface DatagramConnection
- All Superinterfaces:
- Connection
public interface DatagramConnection
- extends Connection
getMaximumLength
int getMaximumLength()
throws IOException
- Throws:
IOException
getNominalLength
int getNominalLength()
throws IOException
- Throws:
IOException
newDatagram
Datagram newDatagram(byte[] var0,
int var1)
throws IOException
- Throws:
IOException
newDatagram
Datagram newDatagram(byte[] var0,
int var1,
String var2)
throws IOException
- Throws:
IOException
newDatagram
Datagram newDatagram(int var0)
throws IOException
- Throws:
IOException
newDatagram
Datagram newDatagram(int var0,
String var1)
throws IOException
- Throws:
IOException
receive
void receive(Datagram var0)
throws IOException
- Throws:
IOException
send
void send(Datagram var0)
throws IOException
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.