Skip to content

Commit

Permalink
[Java] Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Jul 8, 2024
1 parent 5bddf84 commit ba3a373
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ public class ErrorFlyweight extends HeaderFlyweight
*/
public static final int MAX_ERROR_MESSAGE_LENGTH = 1023;

/**
* Maximum length of an error frame. Captures the maximum message length and the header length.
*/
public static final int MAX_ERROR_FRAME_LENGTH = HEADER_LENGTH + MAX_ERROR_MESSAGE_LENGTH;

/**
Expand Down

0 comments on commit ba3a373

Please sign in to comment.