org.globus.ftp.extended
Class GridFTPOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.globus.gsi.gssapi.net.GssOutputStream
          extended byorg.globus.ftp.extended.GridFTPOutputStream

public class GridFTPOutputStream
extends GssOutputStream


Field Summary
 
Fields inherited from class org.globus.gsi.gssapi.net.GssOutputStream
autoFlush, buff, context, index, out
 
Constructor Summary
GridFTPOutputStream(OutputStream out, GSSContext context)
           
 
Method Summary
 void flush()
           
 void writeHandshakeToken(byte[] token)
           
 
Methods inherited from class org.globus.gsi.gssapi.net.GssOutputStream
close, getAutoFlush, setAutoFlush, wrap, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridFTPOutputStream

public GridFTPOutputStream(OutputStream out,
                           GSSContext context)
Method Detail

flush

public void flush()
           throws IOException
Specified by:
flush in class GssOutputStream
Throws:
IOException

writeHandshakeToken

public void writeHandshakeToken(byte[] token)
                         throws IOException
Throws:
IOException