Uses of Class
com.predic8.membrane.core.util.URIFactory
Packages that use URIFactory
Package
Description
-
Uses of URIFactory in com.predic8.membrane.core
Fields in com.predic8.membrane.core declared as URIFactoryMethods in com.predic8.membrane.core that return URIFactoryMethods in com.predic8.membrane.core with parameters of type URIFactory -
Uses of URIFactory in com.predic8.membrane.core.http
Methods in com.predic8.membrane.core.http with parameters of type URIFactoryModifier and TypeMethodDescriptionRequest.Builder.delete(URIFactory uriFactory, String url) Request.Builder.get(URIFactory uriFactory, String url) Request.Builder.post(URIFactory uriFactory, String url) Request.Builder.put(URIFactory uriFactory, String url) Request.Builder.url(URIFactory uriFactory, String url) -
Uses of URIFactory in com.predic8.membrane.core.interceptor
Methods in com.predic8.membrane.core.interceptor with parameters of type URIFactoryModifier and TypeMethodDescriptionstatic StringDispatchingInterceptor.getForwardingDestination(URIFactory uriFactory, Exchange exc) protected static StringDispatchingInterceptor.handleAbstractServiceProxy(URIFactory uriFactory, Exchange exc) -
Uses of URIFactory in com.predic8.membrane.core.interceptor.oauth2client.rf
Methods in com.predic8.membrane.core.interceptor.oauth2client.rf with parameters of type URIFactoryModifier and TypeMethodDescriptionvoidOAuth2CallbackRequestHandler.init(URIFactory uriFactory, AuthorizationService auth, OriginalExchangeStore originalExchangeStore, AccessTokenRevalidator accessTokenRevalidator, SessionAuthorizer sessionAuthorizer, PublicUrlManager publicUrlManager, String callbackPath, boolean onlyRefreshToken) -
Uses of URIFactory in com.predic8.membrane.core.interceptor.statistics
Methods in com.predic8.membrane.core.interceptor.statistics with parameters of type URIFactoryModifier and TypeMethodDescriptionstatic StringStatisticsProvider.getOrderedStatistics(URIFactory uriFactory, Exchange exc) -
Uses of URIFactory in com.predic8.membrane.core.lang
Methods in com.predic8.membrane.core.lang with parameters of type URIFactoryModifier and TypeMethodDescriptionScriptingUtils.createParameterBindings(URIFactory uriFactory, Exchange exc, Message msg, Interceptor.Flow flow, boolean includeJsonObject) -
Uses of URIFactory in com.predic8.membrane.core.openapi
Constructors in com.predic8.membrane.core.openapi with parameters of type URIFactory -
Uses of URIFactory in com.predic8.membrane.core.openapi.serviceproxy
Methods in com.predic8.membrane.core.openapi.serviceproxy with parameters of type URIFactoryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeRewrite.rewrite(OpenAPIRecord rec, Exchange exc, URIFactory uriFactory) com.fasterxml.jackson.databind.JsonNodeOpenAPIRecord.rewriteOpenAPI(Exchange exc, URIFactory uriFactory) protected StringRewrite.rewriteUrl(Exchange exc, String url, URIFactory uriFactory) Rewrites URL from OpenAPI 3.X -
Uses of URIFactory in com.predic8.membrane.core.openapi.util
Methods in com.predic8.membrane.core.openapi.util with parameters of type URIFactoryModifier and TypeMethodDescriptionstatic StringUriUtil.getPathFromURL(URIFactory factory, String str) static String -
Uses of URIFactory in com.predic8.membrane.core.util
Methods in com.predic8.membrane.core.util with parameters of type URIFactoryModifier and TypeMethodDescriptionstatic intURLParamUtil.getIntParam(URIFactory uriFactory, Exchange exc, String name) static StringURLUtil.getName(URIFactory uriFactory, String uri) URLParamUtil.getParams(URIFactory uriFactory, Exchange exc, URLParamUtil.DuplicateKeyOrInvalidFormStrategy duplicateKeyOrInvalidFormStrategy) static StringURLUtil.getPathQuery(URIFactory uriFactory, String uri) static StringURLParamUtil.getStringParam(URIFactory uriFactory, Exchange exc, String name)