Class GridFTPInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class GridFTPInputStream
    extends GssInputStream
    • Constructor Summary

      Constructors 
      Constructor Description
      GridFTPInputStream​(java.io.InputStream in, org.ietf.jgss.GSSContext context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.String handleReply​(java.lang.String line)  
      byte[] readHandshakeToken()  
      private java.lang.String readLine()  
      protected void readMsg()  
      • Methods inherited from class java.io.InputStream

        mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GridFTPInputStream

        public GridFTPInputStream​(java.io.InputStream in,
                                  org.ietf.jgss.GSSContext context)
    • Method Detail

      • readLine

        private java.lang.String readLine()
                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • readHandshakeToken

        public byte[] readHandshakeToken()
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • handleReply

        private java.lang.String handleReply​(java.lang.String line)
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • readMsg

        protected void readMsg()
                        throws java.io.IOException
        Specified by:
        readMsg in class GssInputStream
        Throws:
        java.io.IOException