public abstract class StreamConnectionNotifier
extends java.lang.Object
Constructor and Description |
---|
StreamConnectionNotifier() |
Modifier and Type | Method and Description |
---|---|
abstract Stream |
accept()
Returns a Stream that represents a server side connection.
|
abstract void |
close()
Closes this I/O connection, releasing any associated resources.
|
public abstract Stream accept() throws IOException
IOException
- If an I/O error occurs.public abstract void close() throws IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
IOException
- If an I/O error occurs.