javax.microedition.io
Interface StreamConnectionNotifier

All Superinterfaces:
Connection
All Known Subinterfaces:
ServerSocketConnection


public interface StreamConnectionNotifier
extends Connection

Standard Java interface.

Compliance: CLDC: 1.0 complete


Method Summary
 StreamConnection acceptAndOpen()
           
 
Methods inherited from interface javax.microedition.io.Connection
close
 

Method Detail

acceptAndOpen

StreamConnection acceptAndOpen()
                               throws IOException
Throws:
IOException