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
|
Constructor Summary |
GSISocket(java.lang.String host,
int port)
|
| 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 |
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
GSISocket
public GSISocket(java.lang.String host,
int port)
throws java.io.IOException
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