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

StreamConnectionNotifier

public interface StreamConnectionNotifier implements Connection
This interface defines the capabilities that a connection notifier must have.
version
1.1 1/7/2000

Fields Summary
Constructors Summary
Methods Summary
public StreamConnectionacceptAndOpen()
Returns a StreamConnection that represents a server side socket connection.

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