public class PassiveSocketOutputStream
extends java.io.OutputStream
OutputStream that accepts connections from remote clients and sends the data to all connected clients.
This includes the case where no client is connected, and the data is thus silently discarded.| Constructor and Description |
|---|
PassiveSocketOutputStream(java.net.InetSocketAddress localAddress) |
PassiveSocketOutputStream(int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |