Uses of Class
io.undertow.servlet.api.TransportGuaranteeType
-
Packages that use TransportGuaranteeType Package Description io.undertow.servlet.api io.undertow.servlet.core io.undertow.servlet.handlers -
-
Uses of TransportGuaranteeType in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return TransportGuaranteeType Modifier and Type Method Description TransportGuaranteeTypeSecurityInfo. getTransportGuaranteeType()TransportGuaranteeTypeAuthorizationManager. transportGuarantee(TransportGuaranteeType currentConnectionGuarantee, TransportGuaranteeType configuredRequiredGuarantee, jakarta.servlet.http.HttpServletRequest request)Determines the transport guarantee typestatic TransportGuaranteeTypeTransportGuaranteeType. valueOf(java.lang.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.Methods in io.undertow.servlet.api with parameters of type TransportGuaranteeType Modifier and Type Method Description TSecurityInfo. setTransportGuaranteeType(TransportGuaranteeType transportGuaranteeType)TransportGuaranteeTypeAuthorizationManager. 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 TransportGuaranteeType Modifier and Type Method Description TransportGuaranteeTypeDefaultAuthorizationManager. transportGuarantee(TransportGuaranteeType currentConnectionGuarantee, TransportGuaranteeType configuredRequiredGuarentee, jakarta.servlet.http.HttpServletRequest request)Methods in io.undertow.servlet.core with parameters of type TransportGuaranteeType Modifier and Type Method Description TransportGuaranteeTypeDefaultAuthorizationManager. 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 TransportGuaranteeType Modifier and Type Method Description TransportGuaranteeTypeServletRequestContext. getTransportGuarenteeType()Methods in io.undertow.servlet.handlers with parameters of type TransportGuaranteeType Modifier and Type Method Description voidServletRequestContext. setTransportGuarenteeType(TransportGuaranteeType transportGuarenteeType)
-