Class GSIURLConnection

java.lang.Object
java.net.URLConnection
org.globus.net.GSIURLConnection
Direct Known Subclasses:
GSIHttpURLConnection

public abstract class GSIURLConnection extends URLConnection
  • Field Details

  • Constructor Details

    • GSIURLConnection

      protected GSIURLConnection(URL url)
      Subclasses must overwrite.
  • Method Details

    • disconnect

      public abstract void disconnect()
    • setGSSMode

      public void setGSSMode(Integer mode)
    • getGSSMode

      public Integer getGSSMode()
    • setCredentials

      public void setCredentials(GSSCredential credentials)
    • getCredentials

      public GSSCredential getCredentials()
    • setAuthorization

      public void setAuthorization(Authorization auth)
    • getAuthorization

      public Authorization getAuthorization()
    • setDelegationType

      public void setDelegationType(int delegationType)
    • getDelegationType

      public int getDelegationType()
    • getExpectedName

      protected GSSName getExpectedName() throws GSSException
      Throws:
      GSSException
    • setRequestProperty

      public void setRequestProperty(String key, String value)
      Overrides:
      setRequestProperty in class URLConnection