jar

org.webpieces : http-router

Maven & Gradle

Sep 24, 2021
15 usages
31 stars

http-router · Http Router where you feed http requests in and get responses in the form of which view needs to be shown with the arguments that you need to give to that view

Table Of Contents

Latest Version

Download org.webpieces : http-router JAR file - Latest Versions:

All Versions

Download org.webpieces : http-router JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x
1.9.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window http-router-2.0.154.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.webpieces.router.api.controller.annotations

├─ org.webpieces.router.api.controller.annotations.Nullable.class - [JAR]

├─ org.webpieces.router.api.controller.annotations.Param.class - [JAR]

org.webpieces.router.impl.compression

├─ org.webpieces.router.impl.compression.Compression.class - [JAR]

├─ org.webpieces.router.impl.compression.CompressionCacheSetup.class - [JAR]

├─ org.webpieces.router.impl.compression.CompressionDecider.class - [JAR]

├─ org.webpieces.router.impl.compression.CompressionLookup.class - [JAR]

├─ org.webpieces.router.impl.compression.FileMeta.class - [JAR]

├─ org.webpieces.router.impl.compression.FileUtil.class - [JAR]

├─ org.webpieces.router.impl.compression.GzipCompression.class - [JAR]

├─ org.webpieces.router.impl.compression.MimeTypes.class - [JAR]

├─ org.webpieces.router.impl.compression.ProdCompressionCacheSetup.class - [JAR]

org.webpieces.router.impl.proxyout.filereaders

├─ org.webpieces.router.impl.proxyout.filereaders.ChunkClassPathReader.class - [JAR]

├─ org.webpieces.router.impl.proxyout.filereaders.ChunkFileSystemReader.class - [JAR]

├─ org.webpieces.router.impl.proxyout.filereaders.ChunkReader.class - [JAR]

├─ org.webpieces.router.impl.proxyout.filereaders.ReadOrSendException.class - [JAR]

├─ org.webpieces.router.impl.proxyout.filereaders.RequestInfo.class - [JAR]

├─ org.webpieces.router.impl.proxyout.filereaders.StaticFileReader.class - [JAR]

├─ org.webpieces.router.impl.proxyout.filereaders.XFileReadException.class - [JAR]

├─ org.webpieces.router.impl.proxyout.filereaders.XFileReader.class - [JAR]

├─ org.webpieces.router.impl.proxyout.filereaders.XFileReaderClasspath.class - [JAR]

├─ org.webpieces.router.impl.proxyout.filereaders.XFileReaderFileSystem.class - [JAR]

org.webpieces.router.api

├─ org.webpieces.router.api.EmptyPortConfigLookup.class - [JAR]

├─ org.webpieces.router.api.PlatformInjector.class - [JAR]

├─ org.webpieces.router.api.PortConfig.class - [JAR]

├─ org.webpieces.router.api.PortConfigLookup.class - [JAR]

├─ org.webpieces.router.api.PrecompressedCache2.class - [JAR]

├─ org.webpieces.router.api.ProdRouterModule.class - [JAR]

├─ org.webpieces.router.api.RouterConfig.class - [JAR]

├─ org.webpieces.router.api.RouterResponseHandler.class - [JAR]

├─ org.webpieces.router.api.RouterService.class - [JAR]

├─ org.webpieces.router.api.RouterServiceFactory.class - [JAR]

├─ org.webpieces.router.api.RouterStreamHandle.class - [JAR]

├─ org.webpieces.router.api.TemplateApi.class - [JAR]

org.webpieces.router.api.exceptions

├─ org.webpieces.router.api.exceptions.BadCookieException.class - [JAR]

├─ org.webpieces.router.api.exceptions.ControllerException.class - [JAR]

├─ org.webpieces.router.api.exceptions.ControllerPageArgsException.class - [JAR]

├─ org.webpieces.router.api.exceptions.CookieTooLargeException.class - [JAR]

├─ org.webpieces.router.api.exceptions.DataMismatchException.class - [JAR]

├─ org.webpieces.router.api.exceptions.IllegalArgException.class - [JAR]

├─ org.webpieces.router.api.exceptions.IllegalReturnValueException.class - [JAR]

├─ org.webpieces.router.api.exceptions.InjectionCreationException.class - [JAR]

├─ org.webpieces.router.api.exceptions.InternalErrorRouteFailedException.class - [JAR]

├─ org.webpieces.router.api.exceptions.RouteNotFoundException.class - [JAR]

├─ org.webpieces.router.api.exceptions.SpecificRouterInvokeException.class - [JAR]

├─ org.webpieces.router.api.exceptions.WebSocketClosedException.class - [JAR]

org.webpieces.router.api.plugins

├─ org.webpieces.router.api.plugins.BackendPlugin.class - [JAR]

├─ org.webpieces.router.api.plugins.Plugin.class - [JAR]

├─ org.webpieces.router.api.plugins.ReverseRouteLookup.class - [JAR]

org.webpieces.router.impl.actions

├─ org.webpieces.router.impl.actions.AjaxRedirectImpl.class - [JAR]

├─ org.webpieces.router.impl.actions.PageArgListConverter.class - [JAR]

├─ org.webpieces.router.impl.actions.PortRedirect.class - [JAR]

├─ org.webpieces.router.impl.actions.RawRedirect.class - [JAR]

├─ org.webpieces.router.impl.actions.RedirectImpl.class - [JAR]

├─ org.webpieces.router.impl.actions.RenderImpl.class - [JAR]

org.webpieces.router.impl.params

├─ org.webpieces.router.impl.params.ArgsResult.class - [JAR]

├─ org.webpieces.router.impl.params.ArrayNode.class - [JAR]

├─ org.webpieces.router.impl.params.BeanValidator.class - [JAR]

├─ org.webpieces.router.impl.params.FieldMeta.class - [JAR]

├─ org.webpieces.router.impl.params.FromEnum.class - [JAR]

├─ org.webpieces.router.impl.params.GenericMeta.class - [JAR]

├─ org.webpieces.router.impl.params.ObjectToParamTranslator.class - [JAR]

├─ org.webpieces.router.impl.params.ObjectTranslator.class - [JAR]

├─ org.webpieces.router.impl.params.ParamNode.class - [JAR]

├─ org.webpieces.router.impl.params.ParamToObjectTranslatorImpl.class - [JAR]

├─ org.webpieces.router.impl.params.ParamTreeNode.class - [JAR]

├─ org.webpieces.router.impl.params.ParamValueTreeCreator.class - [JAR]

├─ org.webpieces.router.impl.params.PrimitiveConverter.class - [JAR]

├─ org.webpieces.router.impl.params.PropertyInfo.class - [JAR]

├─ org.webpieces.router.impl.params.SimpleConverter.class - [JAR]

├─ org.webpieces.router.impl.params.ValueNode.class - [JAR]

org.webpieces.router.api.extensions.converters

├─ org.webpieces.router.api.extensions.converters.InetSocketConverter.class - [JAR]

org.webpieces.router.impl

├─ org.webpieces.router.impl.AbstractRouterService.class - [JAR]

├─ org.webpieces.router.impl.ApplicationContextImpl.class - [JAR]

├─ org.webpieces.router.impl.CookieTranslator.class - [JAR]

├─ org.webpieces.router.impl.CookieWebManaged.class - [JAR]

├─ org.webpieces.router.impl.PluginSetup.class - [JAR]

├─ org.webpieces.router.impl.ProdRouterService.class - [JAR]

├─ org.webpieces.router.impl.ResettingLogic.class - [JAR]

├─ org.webpieces.router.impl.ReversableRouter.class - [JAR]

├─ org.webpieces.router.impl.ReverseRoutes.class - [JAR]

├─ org.webpieces.router.impl.RouteLoader.class - [JAR]

├─ org.webpieces.router.impl.RouterFutureUtil.class - [JAR]

├─ org.webpieces.router.impl.RouterServiceImpl.class - [JAR]

├─ org.webpieces.router.impl.RoutingHolder.class - [JAR]

├─ org.webpieces.router.impl.TxStreamWriter.class - [JAR]

├─ org.webpieces.router.impl.UrlInfo.class - [JAR]

├─ org.webpieces.router.impl.UrlPath.class - [JAR]

├─ org.webpieces.router.impl.WebInjector.class - [JAR]

├─ org.webpieces.router.impl.WebpiecesToAppBindingModule.class - [JAR]

org.webpieces.router.impl.hooks

├─ org.webpieces.router.impl.hooks.ClassForName.class - [JAR]

├─ org.webpieces.router.impl.hooks.MetaLoaderProxy.class - [JAR]

├─ org.webpieces.router.impl.hooks.ServiceCreationInfo.class - [JAR]

org.webpieces.router.impl.routebldr

├─ org.webpieces.router.impl.routebldr.AllContentTypesBuilderImpl.class - [JAR]

├─ org.webpieces.router.impl.routebldr.ContentTypeBuilderImpl.class - [JAR]

├─ org.webpieces.router.impl.routebldr.CurrentPackage.class - [JAR]

├─ org.webpieces.router.impl.routebldr.DomainRouteBuilderImpl.class - [JAR]

├─ org.webpieces.router.impl.routebldr.FilterComparator.class - [JAR]

├─ org.webpieces.router.impl.routebldr.FilterCreationMeta.class - [JAR]

├─ org.webpieces.router.impl.routebldr.FilterInfo.class - [JAR]

├─ org.webpieces.router.impl.routebldr.RegExResult.class - [JAR]

├─ org.webpieces.router.impl.routebldr.RegExUtil.class - [JAR]

├─ org.webpieces.router.impl.routebldr.RequestResponseStream.class - [JAR]

├─ org.webpieces.router.impl.routebldr.RouteBuilderImpl.class - [JAR]

├─ org.webpieces.router.impl.routebldr.RouteInfo.class - [JAR]

├─ org.webpieces.router.impl.routebldr.RouterAndInfo.class - [JAR]

├─ org.webpieces.router.impl.routebldr.ScopedRouteBuilderImpl.class - [JAR]

├─ org.webpieces.router.impl.routebldr.SharedMatchUtil.class - [JAR]

├─ org.webpieces.router.impl.routebldr.StreamProxy.class - [JAR]

org.webpieces.router.impl.mgmt

├─ org.webpieces.router.impl.mgmt.CachedBean.class - [JAR]

├─ org.webpieces.router.impl.mgmt.GuiceCreateListener.class - [JAR]

├─ org.webpieces.router.impl.mgmt.GuiceWebpiecesListener.class - [JAR]

├─ org.webpieces.router.impl.mgmt.ManagedBeanMeta.class - [JAR]

org.webpieces.router.impl.loader

├─ org.webpieces.router.impl.loader.AbstractLoader.class - [JAR]

├─ org.webpieces.router.impl.loader.BinderAndLoader.class - [JAR]

├─ org.webpieces.router.impl.loader.ChainFilters.class - [JAR]

├─ org.webpieces.router.impl.loader.ControllerLoader.class - [JAR]

├─ org.webpieces.router.impl.loader.ControllerResolver.class - [JAR]

├─ org.webpieces.router.impl.loader.LoadedContentController.class - [JAR]

├─ org.webpieces.router.impl.loader.LoadedController.class - [JAR]

├─ org.webpieces.router.impl.loader.MetaLoader.class - [JAR]

├─ org.webpieces.router.impl.loader.MethodMetaAndController.class - [JAR]

├─ org.webpieces.router.impl.loader.ProdClassForName.class - [JAR]

├─ org.webpieces.router.impl.loader.ProdLoader.class - [JAR]

├─ org.webpieces.router.impl.loader.ResolvedMethod.class - [JAR]

org.webpieces.router.api.controller.actions

├─ org.webpieces.router.api.controller.actions.Action.class - [JAR]

├─ org.webpieces.router.api.controller.actions.Actions.class - [JAR]

├─ org.webpieces.router.api.controller.actions.AjaxRedirect.class - [JAR]

├─ org.webpieces.router.api.controller.actions.FlashAndRedirect.class - [JAR]

├─ org.webpieces.router.api.controller.actions.HttpPort.class - [JAR]

├─ org.webpieces.router.api.controller.actions.Redirect.class - [JAR]

├─ org.webpieces.router.api.controller.actions.Render.class - [JAR]

├─ org.webpieces.router.api.controller.actions.RenderContent.class - [JAR]

org.webpieces.router.api.extensions

├─ org.webpieces.router.api.extensions.BodyContentBinder.class - [JAR]

├─ org.webpieces.router.api.extensions.EntityLookup.class - [JAR]

├─ org.webpieces.router.api.extensions.Meta.class - [JAR]

├─ org.webpieces.router.api.extensions.NeedsSimpleStorage.class - [JAR]

├─ org.webpieces.router.api.extensions.ObjectStringConverter.class - [JAR]

├─ org.webpieces.router.api.extensions.ParamMeta.class - [JAR]

├─ org.webpieces.router.api.extensions.SimpleStorage.class - [JAR]

├─ org.webpieces.router.api.extensions.Startable.class - [JAR]

org.webpieces.router.api.routes

├─ org.webpieces.router.api.routes.BasicRoutes.class - [JAR]

├─ org.webpieces.router.api.routes.CrudRouteIds.class - [JAR]

├─ org.webpieces.router.api.routes.FilterPortType.class - [JAR]

├─ org.webpieces.router.api.routes.MethodMeta.class - [JAR]

├─ org.webpieces.router.api.routes.Port.class - [JAR]

├─ org.webpieces.router.api.routes.RouteFilter.class - [JAR]

├─ org.webpieces.router.api.routes.RouteId.class - [JAR]

├─ org.webpieces.router.api.routes.Routes.class - [JAR]

├─ org.webpieces.router.api.routes.ScopedDomainRoutes.class - [JAR]

├─ org.webpieces.router.api.routes.ScopedRoutes.class - [JAR]

├─ org.webpieces.router.api.routes.WebAppConfig.class - [JAR]

├─ org.webpieces.router.api.routes.WebAppMeta.class - [JAR]

org.webpieces.router.impl.services

├─ org.webpieces.router.impl.services.ControllerInvoker.class - [JAR]

├─ org.webpieces.router.impl.services.RouteData.class - [JAR]

├─ org.webpieces.router.impl.services.RouteInfoForContent.class - [JAR]

├─ org.webpieces.router.impl.services.RouteInfoForHtml.class - [JAR]

├─ org.webpieces.router.impl.services.RouteInfoForInternalError.class - [JAR]

├─ org.webpieces.router.impl.services.RouteInfoForNotFound.class - [JAR]

├─ org.webpieces.router.impl.services.RouteInfoForStatic.class - [JAR]

├─ org.webpieces.router.impl.services.RouteInfoForStream.class - [JAR]

├─ org.webpieces.router.impl.services.SvcProxyFixedRoutes.class - [JAR]

├─ org.webpieces.router.impl.services.SvcProxyForContent.class - [JAR]

├─ org.webpieces.router.impl.services.SvcProxyForHtml.class - [JAR]

org.webpieces.router.impl.body

├─ org.webpieces.router.impl.body.BodyParser.class - [JAR]

├─ org.webpieces.router.impl.body.BodyParsers.class - [JAR]

├─ org.webpieces.router.impl.body.FormUrlEncodedParser.class - [JAR]

org.webpieces.router.impl.model

├─ org.webpieces.router.impl.model.BodyContentBinderChecker.class - [JAR]

├─ org.webpieces.router.impl.model.MatchResult2.class - [JAR]

├─ org.webpieces.router.impl.model.RouteBuilderLogic.class - [JAR]

├─ org.webpieces.router.impl.model.RouteModuleInfo.class - [JAR]

├─ org.webpieces.router.impl.model.RouterInfo.class - [JAR]

├─ org.webpieces.router.impl.model.SvcProxyLogic.class - [JAR]

org.webpieces.router.impl.routeinvoker

├─ org.webpieces.router.impl.routeinvoker.AbstractRouteInvoker.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.CancelHolder.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.ContextWrap.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.InvokeInfo.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.NullWriter.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.PortAndIsSecure.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.Processor.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.ProdRouteInvoker.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.RedirectFormation.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.RequestStreamWriter2.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.ResponseProcessorAppError.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.ResponseProcessorContent.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.ResponseProcessorHtml.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.ResponseProcessorNotFound.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.ResponseStaticProcessor.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.RouteInvoker.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.RouteInvokerStatic.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.RouterStreamRef.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.ServiceInvoker.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.StreamsWebManaged.class - [JAR]

├─ org.webpieces.router.impl.routeinvoker.WebSettings.class - [JAR]

org.webpieces.router.api.streams

├─ org.webpieces.router.api.streams.StreamFilter.class - [JAR]

├─ org.webpieces.router.api.streams.StreamService.class - [JAR]

org.webpieces.router.impl.proxyout

├─ org.webpieces.router.impl.proxyout.ChunkedStream.class - [JAR]

├─ org.webpieces.router.impl.proxyout.CompressionChunkingHandle.class - [JAR]

├─ org.webpieces.router.impl.proxyout.NoCompression.class - [JAR]

├─ org.webpieces.router.impl.proxyout.ProxyStreamHandle.class - [JAR]

├─ org.webpieces.router.impl.proxyout.ResponseCreator.class - [JAR]

org.webpieces.router.impl.dto

├─ org.webpieces.router.impl.dto.RedirectResponse.class - [JAR]

├─ org.webpieces.router.impl.dto.RenderContentResponse.class - [JAR]

├─ org.webpieces.router.impl.dto.RenderResponse.class - [JAR]

├─ org.webpieces.router.impl.dto.RenderStaticResponse.class - [JAR]

├─ org.webpieces.router.impl.dto.RouteType.class - [JAR]

├─ org.webpieces.router.impl.dto.View.class - [JAR]

org.webpieces.router.impl.ctx

├─ org.webpieces.router.impl.ctx.CookieScopeImpl.class - [JAR]

├─ org.webpieces.router.impl.ctx.FlashImpl.class - [JAR]

├─ org.webpieces.router.impl.ctx.FlashScopeImpl.class - [JAR]

├─ org.webpieces.router.impl.ctx.SecureCookie.class - [JAR]

├─ org.webpieces.router.impl.ctx.SessionImpl.class - [JAR]

├─ org.webpieces.router.impl.ctx.ValidationImpl.class - [JAR]

org.webpieces.router.api.routebldr

├─ org.webpieces.router.api.routebldr.AllContentTypesBuilder.class - [JAR]

├─ org.webpieces.router.api.routebldr.ContentTypeRouteBuilder.class - [JAR]

├─ org.webpieces.router.api.routebldr.DomainRouteBuilder.class - [JAR]

├─ org.webpieces.router.api.routebldr.RouteBuilder.class - [JAR]

├─ org.webpieces.router.api.routebldr.ScopedRouteBuilder.class - [JAR]

org.webpieces.router.impl.routers

├─ org.webpieces.router.impl.routers.ARouter.class - [JAR]

├─ org.webpieces.router.impl.routers.AbstractDynamicRouter.class - [JAR]

├─ org.webpieces.router.impl.routers.AbstractRouter.class - [JAR]

├─ org.webpieces.router.impl.routers.AbstractRouterImpl.class - [JAR]

├─ org.webpieces.router.impl.routers.BRouter.class - [JAR]

├─ org.webpieces.router.impl.routers.CRouter.class - [JAR]

├─ org.webpieces.router.impl.routers.DContentTypeRouter.class - [JAR]

├─ org.webpieces.router.impl.routers.DScopedRouter.class - [JAR]

├─ org.webpieces.router.impl.routers.EInternalErrorRouter.class - [JAR]

├─ org.webpieces.router.impl.routers.ENotFoundRouter.class - [JAR]

├─ org.webpieces.router.impl.routers.EScopedRouter.class - [JAR]

├─ org.webpieces.router.impl.routers.Endpoint.class - [JAR]

├─ org.webpieces.router.impl.routers.ExceptionWrap.class - [JAR]

├─ org.webpieces.router.impl.routers.FContentRouter.class - [JAR]

├─ org.webpieces.router.impl.routers.FHtmlRouter.class - [JAR]

├─ org.webpieces.router.impl.routers.FStaticRouter.class - [JAR]

├─ org.webpieces.router.impl.routers.FStreamingRouter.class - [JAR]

├─ org.webpieces.router.impl.routers.MatchInfo.class - [JAR]

├─ org.webpieces.router.impl.routers.NonStreamingWebAppErrorProxy.class - [JAR]

├─ org.webpieces.router.impl.routers.NullStreamWriter.class - [JAR]

├─ org.webpieces.router.impl.routers.SimulateInternalError.class - [JAR]

Advertisement

Dependencies from Group

Aug 09, 2021
51 usages
31 stars
Aug 09, 2021
19 usages
31 stars
Sep 24, 2021
17 usages
31 stars
Sep 24, 2021
15 usages
31 stars
Sep 24, 2021
15 usages
31 stars

Discover Dependencies