Interface RevisedErrorHandlingSupport

All Superinterfaces:
PeerConstraint
All Known Implementing Classes:
RevisedErrorHandlingSupportImpl

public interface RevisedErrorHandlingSupport extends PeerConstraint
Peer constraint supporting RFC7606 Revised Error Handling. Presence of this class in PeerSpecificParserConstraint indicates revised error handling procedures should be followed when parsing messages and attributes.
Author:
Robert Varga
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Return true if the peer is external.
  • Method Details

    • isExternalPeer

      boolean isExternalPeer()
      Return true if the peer is external.
      Returns:
      True if the peer is external, false if the peer is internal.