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
|
Constructor Summary |
GSISocket(java.lang.String host,
int port)
|
| 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 |
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
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
java.io.IOException
getInputStream
public java.io.InputStream getInputStream()
throws java.io.IOException
- Overrides:
getInputStream in class java.net.Socket
java.io.IOException