Package 

Enum Networking.RedirectMode

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      Error

      All redirect status codes result in an error.

      Manual

      Redirect status codes are returned to the client. The client can choose to follow them manually (or not).

      Transparent

      Handle redirects transparently.

      Unknown
    • Method Summary

      Modifier and Type Method Description
      final Integer getValue()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait