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 interfaceSchemeAccessor.SchemePropertyProvides a URL scheme.Classes in org.refcodes.web that implement SchemeAccessor Modifier and Type Class Description classHttpServerContextBuilderTheHttpServerContextBuilderimplements theHttpServerContextinterface extending it with builder functionality..classUrlTheUrlclass represents an immutable URL: An URL looks something like this: "scheme://[identity[:secret]@]host[:port][/path][?classUrlBuilderTheUrlBuilderextends an immutableUrlwith mutable functionality.
-