KickJava   Java API By Example, From Geeks To Geeks.

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

javax.microedition.io
Interface ServerSocketConnection

All Superinterfaces:
Connection, StreamConnectionNotifier

public String getLocalAddress()
                       throws java.io.IOException
See Also:
SocketConnection
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getLocalPort()
                 throws java.io.IOException
See Also:
SocketConnection
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags