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 TransportGuaranteeType
SecurityInfo. getTransportGuaranteeType()
TransportGuaranteeType
AuthorizationManager. transportGuarantee(TransportGuaranteeType currentConnectionGuarantee, TransportGuaranteeType configuredRequiredGuarantee, javax.servlet.http.HttpServletRequest request)
Determines the transport guarantee typestatic TransportGuaranteeType
TransportGuaranteeType. 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 T
SecurityInfo. setTransportGuaranteeType(TransportGuaranteeType 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 TransportGuaranteeType Modifier and Type Method Description TransportGuaranteeType
DefaultAuthorizationManager. transportGuarantee(TransportGuaranteeType currentConnectionGuarantee, TransportGuaranteeType configuredRequiredGuarentee, javax.servlet.http.HttpServletRequest request)
Methods in io.undertow.servlet.core with parameters of type TransportGuaranteeType Modifier and Type Method Description TransportGuaranteeType
DefaultAuthorizationManager. 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 TransportGuaranteeType Modifier and Type Method Description TransportGuaranteeType
ServletRequestContext. getTransportGuarenteeType()
Methods in io.undertow.servlet.handlers with parameters of type TransportGuaranteeType Modifier and Type Method Description void
ServletRequestContext. setTransportGuarenteeType(TransportGuaranteeType transportGuarenteeType)
-