public class SocketOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
SocketOutputStream(InetSocketAddress inetSocketAddress) |
SocketOutputStream(Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
Socket |
getSocket()
Return the underlying Socket
|
String |
toString() |
public SocketOutputStream(InetSocketAddress inetSocketAddress) throws IOException
IOExceptionpublic SocketOutputStream(Socket socket) throws IOException
IOExceptionCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.