Uses of Enum
io.undertow.servlet.api.TransportGuaranteeType
Packages that use TransportGuaranteeType
Package
Description
-
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, jakarta.servlet.http.HttpServletRequest request) Determines the transport guarantee typestatic TransportGuaranteeTypeReturns 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, jakarta.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, jakarta.servlet.http.HttpServletRequest request) Methods in io.undertow.servlet.core with parameters of type TransportGuaranteeTypeModifier and TypeMethodDescriptionDefaultAuthorizationManager.transportGuarantee(TransportGuaranteeType currentConnectionGuarantee, TransportGuaranteeType configuredRequiredGuarentee, jakarta.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 TypeMethodDescriptionvoidServletRequestContext.setTransportGuarenteeType(TransportGuaranteeType transportGuarenteeType) -
Uses of TransportGuaranteeType in io.undertow.servlet.handlers.security
Methods in io.undertow.servlet.handlers.security that return TransportGuaranteeType