public final class FilterDTOBuilder extends Object
| Constructor and Description |
|---|
FilterDTOBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull org.osgi.service.http.runtime.dto.FilterDTO[] |
build(@NotNull FilterHandler[] handlers)
Build an array of filter DTOs from a filter handler array
|
static @NotNull org.osgi.service.http.runtime.dto.FilterDTO |
build(@NotNull FilterHandler handler,
int reason)
Build a filter DTO from a filter handler
|
static @NotNull org.osgi.service.http.runtime.dto.FilterDTO |
build(@NotNull FilterInfo info,
int reason)
Build a filter DTO from a filter info
|
@NotNull
public static @NotNull org.osgi.service.http.runtime.dto.FilterDTO[] build(@NotNull
@NotNull FilterHandler[] handlers)
handlers - The filter handler array@NotNull
public static @NotNull org.osgi.service.http.runtime.dto.FilterDTO build(@NotNull
@NotNull FilterHandler handler,
int reason)
handler - The filter handler@NotNull
public static @NotNull org.osgi.service.http.runtime.dto.FilterDTO build(@NotNull
@NotNull FilterInfo info,
int reason)
info - The filter infoCopyright © 2006–2021 The Apache Software Foundation. All rights reserved.