KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > io > DatagramConnection

javax.microedition.io
Interface DatagramConnection

All Superinterfaces:
Connection
See Also:
Source Code

public int getMaximumLength()
                     throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getNominalLength()
                     throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Datagram newDatagram(byte[] buf,
                            int size)
                     throws IOException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Datagram newDatagram(byte[] buf,
                            int size,
                            String addr)
                     throws IOException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Datagram newDatagram(int size)
                     throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Datagram newDatagram(int size,
                            String addr)
                     throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void receive(Datagram dgram)
             throws IOException
See Also:
InterruptedIOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void send(Datagram dgram)
          throws IOException
See Also:
InterruptedIOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags