StreamConnectionNotifierpublic interface StreamConnectionNotifier implements ConnectionThis interface defines the capabilities that a connection notifier
must have. |
Methods Summary |
---|
public StreamConnection | acceptAndOpen()Returns a StreamConnection object that represents
a server side socket connection. The method blocks until
a connection is made.
|
|