Uses of Enum Class
org.glassfish.grizzly.filterchain.FilterChainContext.Operation
Packages that use FilterChainContext.Operation
-
Uses of FilterChainContext.Operation in org.glassfish.grizzly.filterchain
Methods in org.glassfish.grizzly.filterchain that return FilterChainContext.OperationModifier and TypeMethodDescriptionstatic FilterChainContext.OperationReturns the enum constant of this class with the specified name.static FilterChainContext.Operation[]FilterChainContext.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.grizzly.filterchain with parameters of type FilterChainContext.OperationModifier and TypeMethodDescriptionBaseFilter.createContext(Connection connection, FilterChainContext.Operation operation) -
Uses of FilterChainContext.Operation in org.glassfish.grizzly.ssl
Methods in org.glassfish.grizzly.ssl with parameters of type FilterChainContext.OperationModifier and TypeMethodDescriptionSSLBaseFilter.SSLTransportFilterWrapper.createContext(Connection connection, FilterChainContext.Operation operation)