Name

javax.microedition.io.StreamConnectionNotifier

Synopsis

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;
}

Get Wireless Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.