Class AttachmentConstants


  • public class AttachmentConstants
    extends Object
    This class allows the definition of attachment keys shared by multiple modules and thus eliminates dependencies between them
    Author:
    ddobrin
    • Field Detail

      • ROOT_SPAN

        public static final io.undertow.util.AttachmentKey<io.opentracing.Span> ROOT_SPAN
      • EXCHANGE_TRACER

        public static final io.undertow.util.AttachmentKey<io.opentracing.Tracer> EXCHANGE_TRACER
      • AUDIT_INFO

        public static final io.undertow.util.AttachmentKey<Map> AUDIT_INFO
      • REQUEST_BODY

        public static final io.undertow.util.AttachmentKey<Object> REQUEST_BODY
      • REQUEST_BODY_STRING

        public static final io.undertow.util.AttachmentKey<String> REQUEST_BODY_STRING
      • RESPONSE_BODY

        public static final io.undertow.util.AttachmentKey<Object> RESPONSE_BODY
      • RESPONSE_BODY_STRING

        public static final io.undertow.util.AttachmentKey<String> RESPONSE_BODY_STRING
      • BUFFERED_RESPONSE_DATA_KEY

        public static final io.undertow.util.AttachmentKey<io.undertow.connector.PooledByteBuffer[]> BUFFERED_RESPONSE_DATA_KEY
      • BUFFERED_REQUEST_DATA_KEY

        public static final io.undertow.util.AttachmentKey<io.undertow.connector.PooledByteBuffer[]> BUFFERED_REQUEST_DATA_KEY
    • Constructor Detail

      • AttachmentConstants

        public AttachmentConstants()