Interface ConnectionError


public interface ConnectionError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Symbol
    An operator intervened to close the connection for some reason.
    static final Symbol
    A valid frame header cannot be formed from the incoming byte stream.
    static final Symbol
    The container is no longer available on the current connection.
  • Field Details

    • CONNECTION_FORCED

      static final Symbol CONNECTION_FORCED
      An operator intervened to close the connection for some reason. The client could retry at some later date.
    • FRAMING_ERROR

      static final Symbol FRAMING_ERROR
      A valid frame header cannot be formed from the incoming byte stream.
    • REDIRECT

      static final Symbol REDIRECT
      The container is no longer available on the current connection. The peer SHOULD attempt reconnection to the container using the details provided in the info map.
      • hostname:
        • the hostname of the container hosting the terminus. This is the value that SHOULD be supplied in the hostname field of the open frame, and during SASL and TLS negotiation (if used).
      • network-host:
        • the DNS hostname or IP address of the machine hosting the container.
      • port:
        • the port number on the machine hosting the container.