GSISocket (Java Globus API)

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
bind, close, connect, connect, getChannel, getInetAddress, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getOOBInline, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setKeepAlive, setOOBInline, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSocketImplFactory, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, 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
See Also:
Constant Field Values

HANDSHAKE

public static final int HANDSHAKE
See Also:
Constant Field Values

SECURE

public static final int SECURE
See Also:
Constant Field Values

BUF_SIZE

public static final int BUF_SIZE
See Also:
Constant Field Values

BUF_GROW_BY

public static final int BUF_GROW_BY
See Also:
Constant Field Values
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
java.io.IOException

getInputStream

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