Uses of Interface
org.refcodes.net.HttpStatusCodeAccessor.HttpStatusCodeBuilder
-
-
Uses of HttpStatusCodeAccessor.HttpStatusCodeBuilder in org.refcodes.net
Classes in org.refcodes.net 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.net Modifier and Type Interface Description interfaceHttpServerResponseDefines aHttpServerResponseas produced by the server.Classes in org.refcodes.net that implement HttpStatusCodeAccessor.HttpStatusCodeBuilder Modifier and Type Class Description classHttpServerResponseImplImplementation of theHttpResponseinterface.
-