Class LocalProxies


  • @Deprecated(since="1.11.0",
                forRemoval=true)
    public class LocalProxies
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use Network instead.
    This file was automatically generated.
    • Constructor Summary

      Constructors 
      Constructor Description
      LocalProxies​(ClientApi api)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • 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, for removal: This API element is subject to removal in a future version.
      Adds an new proxy using the details supplied.
      ApiResponse additionalProxies()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets all of the additional proxies that have been configured.
      ApiResponse removeAdditionalProxy​(java.lang.String address, java.lang.String port)
      Deprecated, for removal: This API element is subject to removal in a future version.
      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, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • additionalProxies

        public ApiResponse additionalProxies()
                                      throws ClientApiException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Gets all of the additional proxies that have been configured.
        Throws:
        ClientApiException
      • 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, for removal: This API element is subject to removal in a future version.
        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, for removal: This API element is subject to removal in a future version.
        Removes the additional proxy with the specified address and port.
        Throws:
        ClientApiException