Package io.undertow.client
Class ProxiedRequestAttachments
java.lang.Object
io.undertow.client.ProxiedRequestAttachments
Additional attachments that are specific to requests that are being proxied from one server to another
- Author:
- Stuart Douglas
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttachmentKey<String>
static final AttachmentKey<Boolean>
static final AttachmentKey<String>
static final AttachmentKey<String>
static final AttachmentKey<String>
static final AttachmentKey<String>
static final AttachmentKey<String>
static final AttachmentKey<String>
static final AttachmentKey<Integer>
static final AttachmentKey<String>
static final AttachmentKey<String>
static final AttachmentKey<Integer>
static final AttachmentKey<byte[]>
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REMOTE_ADDRESS
-
REMOTE_HOST
-
SERVER_NAME
-
SERVER_PORT
-
IS_SSL
-
REMOTE_USER
-
AUTH_TYPE
-
ROUTE
-
SSL_CERT
-
SSL_CYPHER
-
SSL_SESSION_ID
-
SSL_KEY_SIZE
-
SECRET
-
-
Constructor Details
-
ProxiedRequestAttachments
public ProxiedRequestAttachments()
-