Uses of Interface
org.refcodes.web.SchemeAccessor
-
-
Uses of SchemeAccessor in org.refcodes.web
Subinterfaces of SchemeAccessor in org.refcodes.web Modifier and Type Interface Description interfaceHttpServerContextThis context describes all information required to open a server (HTTP or HTTPS) and bind a port.static interfaceHttpServerContext.HttpServerContextBuilderTheHttpServerContext.HttpServerContextBuilderinterface extends theHttpServerContextwith builder functionality as of the builder pattern.static interfaceSchemeAccessor.SchemePropertyProvides a URL scheme.interfaceUrlAn URL looks something like this: "scheme://[identity[:secret]@]host[:port][/path][?static interfaceUrl.UrlBuilderClasses in org.refcodes.web that implement SchemeAccessor Modifier and Type Class Description classHttpServerContextBuilderImplTheHttpServerContextBuilderImplimplements theHttpServerContext.HttpServerContextBuilderinterface and can be used asHttpServerContextfor opening an HTTP-Server such as the `HttpRestServer` from the `org.refcodes:refcodes-rest` artifact.classUrlBuilderImplclassUrlImpl
-