Uses of Interface
org.refcodes.rest.HttpExceptionHandlerAccessor
-
-
Uses of HttpExceptionHandlerAccessor in org.refcodes.rest
Subinterfaces of HttpExceptionHandlerAccessor in org.refcodes.rest Modifier and Type Interface Description static interfaceHttpExceptionHandlerAccessor.HttpExceptionHandlerPropertyExtends theHttpExceptionHandlerAccessorwith a setter method.interfaceHttpRegistryRestServer<DESC extends HttpServerDescriptor,B extends HttpRegistryRestServer<DESC,B>>TheHttpRegistryRestServerprovides additional functionality for registering at and signing off from a service discovery service in order to resolve URLs to or from other services.interfaceHttpRestServerExtends aRestServerto be capable of opening a server socket on the local host with the provided port number viaConnectionOpenable.open(Object)or with an additional maximum number of connections viaHttpRestServer.open(int, int).interfaceLoopbackRestServerExtends aRestServerto be used as loopback device e.g. for testing purposes such as testing yourRestRequestObserverimplementations.interfaceRestServerTheRestServeracts as the target for clients issuing REST requests.Classes in org.refcodes.rest that implement HttpExceptionHandlerAccessor Modifier and Type Class Description classAbstractHttpRegistryRestServerDecorator<DESC extends HttpServerDescriptor,B extends HttpRegistryRestServer<DESC,B>>Abstract class for easily decorating aHttpRegistryRestServer.classAbstractHttpRestServerDecorator<B extends HttpRestServer>Abstract class for easily decorating aHttpRestServer.classAbstractRestServerImplementation of the base functionality of theRestServerinterface omitting the HTTP handling part being the foundation for variousRestServerimplementations such asHttpRestServerImplorLoopbackRestServerImpl.classHttpRestServerImplImplementation of theHttpRestServerinterface using theHttpServerdefined in thecom.sun.net.httpserverpackage.classHttpRestServerSingletonThe singleton of theHttpRestServerImplfor easyHttpRestServeraccess.classLoopbackRestServerImplImplementation if theLoopbackRestServerfor easy testing of your requests being received by aRestServer(HttpRestServer) and the according responselambdaexpressions.classLoopbackRestServerSingletonThe singleton of theLoopbackRestServerImplfor easyRestServeraccess.
-