javax.microedition.io
Interface ServerSocketConnection

All Superinterfaces:
Connection, StreamConnectionNotifier

public interface ServerSocketConnection
extends StreamConnectionNotifier


Method Summary
 java.lang.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

java.lang.String getLocalAddress()
                                 throws java.io.IOException
Throws:
java.io.IOException

getLocalPort

int getLocalPort()
                 throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2001-2010 MicroEmulator Team. All Rights Reserved.