javax.microedition.io
Interface UDPDatagramConnection

All Superinterfaces:
Connection, DatagramConnection

public interface UDPDatagramConnection
extends DatagramConnection


Method Summary
 String getLocalAddress()
           
 int getLocalPort()
           
 
Methods inherited from interface javax.microedition.io.DatagramConnection
getMaximumLength, getNominalLength, newDatagram, newDatagram, newDatagram, newDatagram, receive, send
 
Methods inherited from interface javax.microedition.io.Connection
close
 

Method Detail

getLocalAddress

String getLocalAddress()
                       throws IOException
Throws:
IOException

getLocalPort

int getLocalPort()
                 throws IOException
Throws:
IOException


Copyright © 2006-2007 Jayway AB. All Rights Reserved.