Package org.globus.ftp.extended
Class GridFTPOutputStream
java.lang.Object
java.io.OutputStream
org.globus.gsi.gssapi.net.GssOutputStream
org.globus.ftp.extended.GridFTPOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte[]
private static final byte[]
private static final byte[]
private static final byte[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
flush()
void
writeHandshakeToken
(byte[] token) private void
writeToken
(byte[] header, byte[] token) Methods inherited from class org.globus.gsi.gssapi.net.GssOutputStream
close, getAutoFlush, setAutoFlush, wrap, write, write, write
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Field Details
-
CRLF
private static final byte[] CRLF -
ADAT
private static final byte[] ADAT -
MIC
private static final byte[] MIC -
ENC
private static final byte[] ENC
-
-
Constructor Details
-
GridFTPOutputStream
-
-
Method Details
-
flush
- Specified by:
flush
in interfaceFlushable
- Specified by:
flush
in classGssOutputStream
- Throws:
IOException
-
writeHandshakeToken
- Throws:
IOException
-
writeToken
- Throws:
IOException
-