Uses of Interface
org.refcodes.web.HttpStatusCodeAccessor.HttpStatusCodeBuilder
-
-
Uses of HttpStatusCodeAccessor.HttpStatusCodeBuilder in org.refcodes.web
Classes in org.refcodes.web with type parameters of type HttpStatusCodeAccessor.HttpStatusCodeBuilder Modifier and Type Interface Description static interfaceHttpStatusCodeAccessor.HttpStatusCodeBuilder<B extends HttpStatusCodeAccessor.HttpStatusCodeBuilder<B>>Provides a builder method for a HTTP Status-Code property returning the builder for applying multiple build operations.Subinterfaces of HttpStatusCodeAccessor.HttpStatusCodeBuilder in org.refcodes.web Modifier and Type Interface Description interfaceHttpServerResponseDefines aHttpServerResponseas produced by the server.Classes in org.refcodes.web that implement HttpStatusCodeAccessor.HttpStatusCodeBuilder Modifier and Type Class Description classHttpServerResponseImplImplementation of theHttpResponseinterface.
-