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
IOException
public SocketOutputStream(Socket socket) throws IOException
IOException
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.