Package | Description |
---|---|
io.undertow.servlet.api | |
io.undertow.servlet.handlers |
Modifier and Type | Method and Description |
---|---|
TransportGuaranteeType |
SecurityInfo.getTransportGuaranteeType() |
static TransportGuaranteeType |
TransportGuaranteeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportGuaranteeType[] |
TransportGuaranteeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
SecurityInfo.setTransportGuaranteeType(TransportGuaranteeType transportGuaranteeType) |
Modifier and Type | Method and Description |
---|---|
TransportGuaranteeType |
ServletRequestContext.getTransportGuarenteeType() |
Modifier and Type | Method and Description |
---|---|
void |
ServletRequestContext.setTransportGuarenteeType(TransportGuaranteeType transportGuarenteeType) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.