Class AbstractUrlConnectionOutgoingFileTransfer

    • Field Detail

      • lastModifiedTime

        protected long lastModifiedTime
      • httpVersion

        protected int httpVersion
      • responseCode

        protected int responseCode
      • responseMessage

        protected String responseMessage
    • Constructor Detail

      • AbstractUrlConnectionOutgoingFileTransfer

        public AbstractUrlConnectionOutgoingFileTransfer()
    • Method Detail

      • connect

        protected abstract void connect()
                                 throws IOException
        Setup and connect. Subclasses should override as appropriate. After calling is complete, the urlConnection member variable should be non-null, and ready to have it's getInputStream() method called.
        Throws:
        IOException - if the connection cannot be opened.
      • isConnected

        protected boolean isConnected()
      • getResponseCode

        public int getResponseCode()