javax.microedition.io
Interface ServerSocketConnection

All Superinterfaces:
Connection, StreamConnectionNotifier

public interface ServerSocketConnection
extends StreamConnectionNotifier


Method Summary
 String getLocalAddress()
           
 int getLocalPort()
           
 
Methods inherited from interface javax.microedition.io.StreamConnectionNotifier
acceptAndOpen
 
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.