Package | Description |
---|---|
org.glassfish.jersey.server.filter |
Provides core server filters.
|
Modifier and Type | Method and Description |
---|---|
static HttpMethodOverrideFilter.Source |
HttpMethodOverrideFilter.Source.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethodOverrideFilter.Source[] |
HttpMethodOverrideFilter.Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
HttpMethodOverrideFilter.enableFor(ResourceConfig rc,
HttpMethodOverrideFilter.Source... sources)
Registers this filter into the passed
ResourceConfig instance and
configures it. |
Constructor and Description |
---|
HttpMethodOverrideFilter(HttpMethodOverrideFilter.Source... sources)
Initializes this filter setting the sources of information the filter should look for.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.