public class SerialPortServer4D extends StreamConnectionNotifier
| Constructor and Description |
|---|
SerialPortServer4D(java.lang.String uuid,
java.lang.String[] params) |
| Modifier and Type | Method and Description |
|---|---|
Stream |
accept()
Returns a Stream that represents a server side connection.
|
void |
close()
Closes this I/O connection, releasing any associated resources.
|
protected void |
finalize() |
public SerialPortServer4D(java.lang.String uuid,
java.lang.String[] params)
throws IOException
IOExceptionpublic Stream accept() throws IOException
StreamConnectionNotifieraccept in class StreamConnectionNotifierIOException - If an I/O error occurs.public void close()
throws IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableIOException - If an I/O error occurs.protected void finalize()
finalize in class java.lang.Object