public interface INCommHost
Modifier and Type | Method and Description |
---|---|
int |
activeClients() |
void |
addConnection(java.io.InputStream in,
java.io.OutputStream out)
Add a new connection to this ncomm host instance.
|
void |
dispose()
Terminate the host forcibly closing all active connections
|
void addConnection(java.io.InputStream in, java.io.OutputStream out) throws NativeCommException
in
- - connection InputStreamout
- - connection OutputStreamNativeCommException
- - on errorint activeClients()
void dispose()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"