javax.microedition.io
Interface DatagramConnection
- All Superinterfaces:
- Connection
public interface DatagramConnection
- extends Connection
getMaximumLength
int getMaximumLength()
throws java.io.IOException
- Throws:
java.io.IOException
getNominalLength
int getNominalLength()
throws java.io.IOException
- Throws:
java.io.IOException
newDatagram
Datagram newDatagram(byte[] var0,
int var1)
throws java.io.IOException
- Throws:
java.io.IOException
newDatagram
Datagram newDatagram(byte[] var0,
int var1,
java.lang.String var2)
throws java.io.IOException
- Throws:
java.io.IOException
newDatagram
Datagram newDatagram(int var0)
throws java.io.IOException
- Throws:
java.io.IOException
newDatagram
Datagram newDatagram(int var0,
java.lang.String var1)
throws java.io.IOException
- Throws:
java.io.IOException
receive
void receive(Datagram var0)
throws java.io.IOException
- Throws:
java.io.IOException
send
void send(Datagram var0)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved