Class SWIFT_PING.HttpResponse

java.lang.Object
org.jgroups.protocols.SWIFT_PING.HttpResponse
Enclosing class:
SWIFT_PING

private static class SWIFT_PING.HttpResponse extends Object
Response for a Swift API call
  • Field Details

    • headers

      private final Map<String,List<String>> headers
    • code

      private final int code
    • payload

      private final byte[] payload
  • Constructor Details

  • Method Details

    • payloadAsLines

      public List<String> payloadAsLines() throws IOException
      Throws:
      IOException
    • isSuccessCode

      public boolean isSuccessCode()
    • isAuthDenied

      public boolean isAuthDenied()