| Package | Description |
|---|---|
| com.predic8.membrane.core | |
| com.predic8.membrane.core.http | |
| com.predic8.membrane.core.interceptor.statistics | |
| com.predic8.membrane.core.util |
| Modifier and Type | Field and Description |
|---|---|
protected URIFactory |
Router.uriFactory |
| Modifier and Type | Method and Description |
|---|---|
URIFactory |
Router.getUriFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
Router.setUriFactory(URIFactory uriFactory) |
| Modifier and Type | Method and Description |
|---|---|
Request.Builder |
Request.Builder.delete(URIFactory uriFactory,
String url) |
Request.Builder |
Request.Builder.get(URIFactory uriFactory,
String url) |
Request.Builder |
Request.Builder.post(URIFactory uriFactory,
String url) |
Request.Builder |
Request.Builder.put(URIFactory uriFactory,
String url) |
Request.Builder |
Request.Builder.url(URIFactory uriFactory,
String url) |
| Modifier and Type | Method and Description |
|---|---|
static String |
StatisticsProvider.getOrderedStatistics(URIFactory uriFactory,
Exchange exc) |
| Modifier and Type | Method and Description |
|---|---|
static int |
URLParamUtil.getIntParam(URIFactory uriFactory,
Exchange exc,
String name) |
static String |
URLUtil.getName(URIFactory uriFactory,
String uri) |
static Map<String,String> |
URLParamUtil.getParams(URIFactory uriFactory,
Exchange exc) |
static String |
URLUtil.getPathQuery(URIFactory uriFactory,
String uri) |
static String |
URLParamUtil.getStringParam(URIFactory uriFactory,
Exchange exc,
String name) |
Copyright © 2022. All Rights Reserved.