AbstractRestPublishService |
Publish service without Jersey directly using different containers (in concrete impls).
|
AbstractRestPublishService.MappingInfo |
|
AbstractRestPublishService.RequestInfo |
Struct for storing info about a request and the results.
|
AbstractRestServicePublishService |
The default web service publish service.
|
DefaultRestMethodGenerator |
The default rest method generator.
|
DummyResource |
Dummy resource needed because jersey complains when a http server
is started without any root resource :-(
|
ExternalRestPublishService |
Rest publish service that works with an external web server.
|
ExternalRSPublishAgent |
Agent that publishes the external rs publication service.
|
GrizzlyRestPublishService |
Publish service without Jersey directly using Grizly container.
|
GrizzlyRestServicePublishService |
The default web service publish service.
|
GrizzlyRestServicePublishService.HtmlHandler |
Allow responding with different htmls based on virtual host name.
|
GrizzlyRestServicePublishService.MainHttpHandler |
Main handler dealing with incoming request more intelligently than Grizzly does.
|
GrizzlyRestServicePublishService.RedirectErrorPageGenerator |
|
GrizzlyRSPublishAgent |
Agent that publishes the rs publication service.
|
HttpServletRequestWrapper |
Wrapper of HttpServletRequest interface to selectivly
override methods and introduce setters.
|
JadexGatewayServlet |
Servlet implementation class WebStarter
Parameter 'components' for startup components.
|
JadexGatewayServlet.ServletCallAccess |
Purge service call ThreadLocal objects,
to avoid container leaks.
|
JadexXMLBodyReader |
Body reader for Jersey.
|
JadexXMLBodyWriter |
Body writer for Jersey.
|
JettyRestPublishService |
Publish service without Jersey directly using Jetty container.
|
JettyRSPublishAgent |
Agent that publishes the rs publication service.
|
JettyWebsocketServer |
The websocket impl for jetty.
|
LegacyGrizzlyRSPublishAgent |
Agent that publishes the rs publication service.
|
MethodComparator |
Simple method comparator that can be used to
order methods alphabetically.
|
MethodWrapper |
Helper struct that saves a method and a method name.
|
NanoHttpServer |
Class representing a nano server.
|
NanoHttpServletRequestWrapper |
Wrapper of HttpServletRequest for nano.
|
NanoHttpServletRequestWrapper.DateHandler |
|
NanoHttpServletRequestWrapper.NanoAsyncContext |
|
NanoHttpServletRequestWrapper.NanoHttpSession |
|
NanoHttpServletRequestWrapper.NanoServletContext |
todo: context values are just stored locally
contexts are not cached but always
|
NanoHttpServletResponseWrapper |
Wrapper of HttpServletResponse for nano.
|
NanoRestPublishService |
Publish service using Nano.
|
NanoRSPublishAgent |
Agent that publishes the rs publication service.
|
NanoWebsocketServer |
The nano websocket server handles websocket requests from clients like browsers.
|
PathHandler |
Main handler dealing with incoming request.
|
PathHandler2 |
Main handler dealing with incoming request.
|
PathHandler2.SubHandler |
|
PathManager<T> |
The path manager helps resolving elements (handlers) for path with variables, e.g.
|
RestMethodInfo |
Info struct for building a rest method.
|
SInvokeHelper |
|
UniversalClasspathResource |
Single resource that can handle all items in classpath.
|
Value |
Java class representation for the Value annotation
as annotations cannot be created at runtime.
|