January 2002
Intermediate to advanced
264 pages
8h 3m
English
javax.microedition.io.StreamConnectionNotifier
This interface defines the capabilities that a connection notifier
must have. The acceptAndOpen( ) method returns a
StreamConnection that represents a server-side
socket connection.
public interfaceStreamConnectionNotifier extends Connection { // public instance methods public StreamConnection acceptAndOpen( ) throws IOException; }
Read now
Unlock full access