Package io.undertow.client
Class ProxiedRequestAttachments
- java.lang.Object
-
- io.undertow.client.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 Summary
Fields Modifier and Type Field Description static AttachmentKey<java.lang.String>
AUTH_TYPE
static AttachmentKey<java.lang.Boolean>
IS_SSL
static AttachmentKey<java.lang.String>
REMOTE_ADDRESS
static AttachmentKey<java.lang.String>
REMOTE_HOST
static AttachmentKey<java.lang.String>
REMOTE_USER
static AttachmentKey<java.lang.String>
ROUTE
static AttachmentKey<java.lang.String>
SECRET
static AttachmentKey<java.lang.String>
SERVER_NAME
static AttachmentKey<java.lang.Integer>
SERVER_PORT
static AttachmentKey<java.lang.String>
SSL_CERT
static AttachmentKey<java.lang.String>
SSL_CYPHER
static AttachmentKey<java.lang.Integer>
SSL_KEY_SIZE
static AttachmentKey<byte[]>
SSL_SESSION_ID
-
Constructor Summary
Constructors Constructor Description ProxiedRequestAttachments()
-
-
-
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
-
-