Uses of Class
org.refcodes.rest.HttpRestServer
-
Uses of HttpRestServer in org.refcodes.rest
Subclasses of HttpRestServer in org.refcodes.restModifier and TypeClassDescriptionclassThe singleton of theHttpRestServerfor easyRestfulHttpServeraccess.Methods in org.refcodes.rest that return HttpRestServerModifier and TypeMethodDescriptionHttpRestServer.withBaseLocator(String aBaseLocator) HttpRestServer.withClose()HttpRestServer.withCloseIn(int aCloseMillis) HttpRestServer.withCloseQuietly()HttpRestServer.withCloseUnchecked()HttpRestServer.withDisableObservers()HttpRestServer.withEnableObservers()HttpRestServer.withHttpExceptionHandler(HttpExceptionHandler aHttpErrorHandler) Sets theHttpExceptionHandlerfor theHttpExceptionHandlerproperty.HttpRestServer.withHttpExceptionHandling(HttpExceptionHandling aHttpErrorHandling) Sets theHttpExceptionHandlingfor theHttpExceptionHandlingproperty.HttpRestServer.withKeyStoreDescriptor(org.refcodes.security.KeyStoreDescriptor aKeyStoreDescriptor) HttpRestServer.withMaxConnections(int aMaxConnections) HttpRestServer.withObserversActive(boolean isActive) HttpRestServer.withOnHttpException(HttpExceptionHandler aHttpExceptionHandler) Sets theHttpExceptionHandlerfor theHttpExceptionHandlerproperty.HttpRestServer.withOpen(int aPort) Builder method for opening theRestfulHttpServer.HttpRestServer.withOpen(org.refcodes.web.HttpServerContext aConnection) HttpRestServer.withOpenUnchecked(org.refcodes.web.HttpServerContext aConnection) HttpRestServer.withPort(int aPort) HttpRestServer.withProtocol(String aProtocol) HttpRestServer.withScheme(org.refcodes.data.Scheme aScheme)