BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.jdbc.informix4
Class SocketExtras

java.lang.Object
  |
  +--weblogic.jdbc.informix4.SocketExtras

public class SocketExtras
extends java.lang.Object

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
SocketExtras(java.net.Socket socket, java.util.Properties properties)
           
SocketExtras(java.net.Socket socket, java.lang.String options)
           
 
Method Summary
 void close()
          Closes the socket streams.
 java.io.InputStream getInputStream()
          Gets the InputStream for this socket, which may use compression and/or encryption.
 java.io.OutputStream getOutputStream()
          Gets the OutputStream for this socket, which may use compression and/or encryption.
 java.net.Socket getSocket()
          Gets the socket.
 java.lang.String toString()
          Converts the object to a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SocketExtras

public SocketExtras(java.net.Socket socket,
                    java.util.Properties properties)
             throws java.io.IOException

SocketExtras

public SocketExtras(java.net.Socket socket,
                    java.lang.String options)
             throws java.io.IOException
Method Detail

getSocket

public java.net.Socket getSocket()
Gets the socket.

getInputStream

public java.io.InputStream getInputStream()
Gets the InputStream for this socket, which may use compression and/or encryption.

getOutputStream

public java.io.OutputStream getOutputStream()
Gets the OutputStream for this socket, which may use compression and/or encryption.

close

public void close()
           throws java.io.IOException
Closes the socket streams.

toString

public java.lang.String toString()
Converts the object to a String.

Overrides:
toString in class java.lang.Object

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.