Java Globus API: Class GSISocket

org.globus.io.ftp.internal
Class GSISocket

java.lang.Object
  |
  +--java.net.Socket
        |
        +--org.globus.io.ftp.internal.GSISocket

public class GSISocket
extends java.net.Socket


Field Summary
static int BUF_GROW_BY
           
static int BUF_SIZE
           
static int HANDSHAKE
           
static int PLAIN
           
static int SECURE
           
 
Constructor Summary
GSISocket(java.lang.String host, int port)
           
 
Method Summary
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOutputStream()
           
 
Methods inherited from class java.net.Socket
close, getInetAddress, getKeepAlive, getLocalAddress, getLocalPort, getPort, getReceiveBufferSize, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, setKeepAlive, setReceiveBufferSize, setSendBufferSize, setSocketImplFactory, setSoLinger, setSoTimeout, setTcpNoDelay, shutdownInput, shutdownOutput, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PLAIN

public static final int PLAIN

HANDSHAKE

public static final int HANDSHAKE

SECURE

public static final int SECURE

BUF_SIZE

public static final int BUF_SIZE

BUF_GROW_BY

public static final int BUF_GROW_BY
Constructor Detail

GSISocket

public GSISocket(java.lang.String host,
                 int port)
          throws java.io.IOException
Method Detail

getOutputStream

public java.io.OutputStream getOutputStream()
                                     throws java.io.IOException
Overrides:
getOutputStream in class java.net.Socket

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Overrides:
getInputStream in class java.net.Socket