FileDocCategorySizeDatePackage
StreamConnectionNotifier.javaAPI DocJ2ME CLDC 1.1812Wed Feb 05 15:56:00 GMT 2003javax.microedition.io

StreamConnectionNotifier

public interface StreamConnectionNotifier implements Connection
This interface defines the capabilities that a connection notifier must have.
author
Nik Shaylor
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.