Class ProxiedRequestAttachments


  • public class ProxiedRequestAttachments
    extends java.lang.Object
    Additional attachments that are specific to requests that are being proxied from one server to another
    Author:
    Stuart Douglas
    • Field Detail

      • REMOTE_ADDRESS

        public static final AttachmentKey<java.lang.String> REMOTE_ADDRESS
      • REMOTE_HOST

        public static final AttachmentKey<java.lang.String> REMOTE_HOST
      • SERVER_NAME

        public static final AttachmentKey<java.lang.String> SERVER_NAME
      • SERVER_PORT

        public static final AttachmentKey<java.lang.Integer> SERVER_PORT
      • IS_SSL

        public static final AttachmentKey<java.lang.Boolean> IS_SSL
      • REMOTE_USER

        public static final AttachmentKey<java.lang.String> REMOTE_USER
      • AUTH_TYPE

        public static final AttachmentKey<java.lang.String> AUTH_TYPE
      • ROUTE

        public static final AttachmentKey<java.lang.String> ROUTE
      • SSL_CERT

        public static final AttachmentKey<java.lang.String> SSL_CERT
      • SSL_CYPHER

        public static final AttachmentKey<java.lang.String> SSL_CYPHER
      • SSL_SESSION_ID

        public static final AttachmentKey<byte[]> SSL_SESSION_ID
      • SSL_KEY_SIZE

        public static final AttachmentKey<java.lang.Integer> SSL_KEY_SIZE
      • SECRET

        public static final AttachmentKey<java.lang.String> SECRET
    • Constructor Detail

      • ProxiedRequestAttachments

        public ProxiedRequestAttachments()