Class http_errors

java.lang.Object
com.frostwire.jlibtorrent.swig.http_errors

public final class http_errors extends Object
  • Field Details

    • cont

      public static final http_errors cont
    • ok

      public static final http_errors ok
    • created

      public static final http_errors created
    • accepted

      public static final http_errors accepted
    • no_content

      public static final http_errors no_content
    • multiple_choices

      public static final http_errors multiple_choices
    • moved_permanently

      public static final http_errors moved_permanently
    • moved_temporarily

      public static final http_errors moved_temporarily
    • not_modified

      public static final http_errors not_modified
    • bad_request

      public static final http_errors bad_request
    • unauthorized

      public static final http_errors unauthorized
    • forbidden

      public static final http_errors forbidden
    • not_found

      public static final http_errors not_found
    • internal_server_error

      public static final http_errors internal_server_error
    • not_implemented

      public static final http_errors not_implemented
    • bad_gateway

      public static final http_errors bad_gateway
    • service_unavailable

      public static final http_errors service_unavailable
  • Method Details

    • swigValue

      public final int swigValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • swigToEnum

      public static http_errors swigToEnum(int swigValue)