FileDocCategorySizeDatePackage
StreamConnectionNotifier.javaAPI DocphoneME MR2 API (J2ME)1696Wed May 02 17:59:56 BST 2007javax.microedition.io

StreamConnectionNotifier

public interface StreamConnectionNotifier implements Connection
This interface defines the capabilities that a connection notifier must have.
version
03/13/02 (CLDC 1.1)
since
CLDC 1.0

Fields Summary
Constructors Summary
Methods Summary
public StreamConnectionacceptAndOpen()
Returns a StreamConnection object that represents a server side socket connection. The method blocks until a connection is made.

return
A StreamConnection to communicate with a client.
exception
IOException If an I/O error occurs.