Uses of Enum
io.undertow.servlet.api.TransportGuaranteeType
Packages that use TransportGuaranteeType
-
Uses of TransportGuaranteeType in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return TransportGuaranteeTypeModifier and TypeMethodDescriptionSecurityInfo.getTransportGuaranteeType()
AuthorizationManager.transportGuarantee
(TransportGuaranteeType currentConnectionGuarantee, TransportGuaranteeType configuredRequiredGuarantee, javax.servlet.http.HttpServletRequest request) Determines the transport guarantee typestatic TransportGuaranteeType
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.Methods in io.undertow.servlet.api with parameters of type TransportGuaranteeTypeModifier and TypeMethodDescriptionSecurityInfo.setTransportGuaranteeType
(TransportGuaranteeType transportGuaranteeType) AuthorizationManager.transportGuarantee
(TransportGuaranteeType currentConnectionGuarantee, TransportGuaranteeType configuredRequiredGuarantee, javax.servlet.http.HttpServletRequest request) Determines the transport guarantee type -
Uses of TransportGuaranteeType in io.undertow.servlet.core
Methods in io.undertow.servlet.core that return TransportGuaranteeTypeModifier and TypeMethodDescriptionDefaultAuthorizationManager.transportGuarantee
(TransportGuaranteeType currentConnectionGuarantee, TransportGuaranteeType configuredRequiredGuarentee, javax.servlet.http.HttpServletRequest request) Methods in io.undertow.servlet.core with parameters of type TransportGuaranteeTypeModifier and TypeMethodDescriptionDefaultAuthorizationManager.transportGuarantee
(TransportGuaranteeType currentConnectionGuarantee, TransportGuaranteeType configuredRequiredGuarentee, javax.servlet.http.HttpServletRequest request) -
Uses of TransportGuaranteeType in io.undertow.servlet.handlers
Methods in io.undertow.servlet.handlers that return TransportGuaranteeTypeMethods in io.undertow.servlet.handlers with parameters of type TransportGuaranteeTypeModifier and TypeMethodDescriptionvoid
ServletRequestContext.setTransportGuarenteeType
(TransportGuaranteeType transportGuarenteeType)