|
|||||||||
Home >> All >> javax >> microedition >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
javax.microedition.io
Interface DatagramConnection

- All Superinterfaces:
- Connection
- public interface DatagramConnection
- extends Connection
Method Summary | |
int |
getMaximumLength()
|
int |
getNominalLength()
|
Datagram |
newDatagram(byte[] buf,
int size)
|
Datagram |
newDatagram(byte[] buf,
int size,
java.lang.String addr)
|
Datagram |
newDatagram(int size)
|
Datagram |
newDatagram(int size,
java.lang.String addr)
|
void |
receive(Datagram dgram)
|
void |
send(Datagram dgram)
|
Methods inherited from interface javax.microedition.io.Connection |
close |
Method Detail |
getMaximumLength
public int getMaximumLength() throws java.io.IOException
getNominalLength
public int getNominalLength() throws java.io.IOException
send
public void send(Datagram dgram) throws java.io.IOException
receive
public void receive(Datagram dgram) throws java.io.IOException
newDatagram
public Datagram newDatagram(int size) throws java.io.IOException
newDatagram
public Datagram newDatagram(int size, java.lang.String addr) throws java.io.IOException
newDatagram
public Datagram newDatagram(byte[] buf, int size) throws java.io.IOException
newDatagram
public Datagram newDatagram(byte[] buf, int size, java.lang.String addr) throws java.io.IOException
|
|||||||||
Home >> All >> javax >> microedition >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |