net.sourceforge.jtds.ssl
Class TdsTlsSocket
Socket
net.sourceforge.jtds.ssl.TdsTlsSocket
(package private) class TdsTlsSocket
extends Socket
A socket that mediates between JSSE and the DB server.
$Id: TdsTlsSocket.java,v 1.3 2005/04/28 14:29:31 alin_sinpalean Exp $- Rob Worsnop
- Mike Hutchinson
TdsTlsSocket(Socket delegate) - Constructs a TdsTlsSocket around an underlying socket.
|
delegate
private final Socket delegate
istm
private final InputStream istm
ostm
private final OutputStream ostm
TdsTlsSocket
(package private) TdsTlsSocket(Socket delegate)
throws IOException
Constructs a TdsTlsSocket around an underlying socket.
delegate
- the underlying socket
close
public void close()
throws IOException
getInputStream
public InputStream getInputStream()
throws IOException
getOutputStream
public OutputStream getOutputStream()
throws IOException
isConnected
public boolean isConnected()
setSoTimeout
public void setSoTimeout(int timeout)
throws SocketException
setTcpNoDelay
public void setTcpNoDelay(boolean on)
throws SocketException
Generated on June 12 2008