Class LocalProxies


  • @Deprecated
    public class LocalProxies
    extends java.lang.Object
    Deprecated.
    Use Network instead.
    This file was automatically generated.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      ApiResponse addAdditionalProxy​(java.lang.String address, java.lang.String port, java.lang.String behindnat, java.lang.String alwaysdecodezip, java.lang.String removeunsupportedencodings)
      Deprecated.
      Adds an new proxy using the details supplied.
      ApiResponse additionalProxies()
      Deprecated.
      Gets all of the additional proxies that have been configured.
      ApiResponse removeAdditionalProxy​(java.lang.String address, java.lang.String port)
      Deprecated.
      Removes the additional proxy with the specified address and port.
      • Methods inherited from class java.lang.Object

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

      • LocalProxies

        public LocalProxies​(ClientApi api)
        Deprecated.
    • Method Detail

      • addAdditionalProxy

        public ApiResponse addAdditionalProxy​(java.lang.String address,
                                              java.lang.String port,
                                              java.lang.String behindnat,
                                              java.lang.String alwaysdecodezip,
                                              java.lang.String removeunsupportedencodings)
                                       throws ClientApiException
        Deprecated.
        Adds an new proxy using the details supplied.
        Throws:
        ClientApiException
      • removeAdditionalProxy

        public ApiResponse removeAdditionalProxy​(java.lang.String address,
                                                 java.lang.String port)
                                          throws ClientApiException
        Deprecated.
        Removes the additional proxy with the specified address and port.
        Throws:
        ClientApiException