Uses of Interface
org.refcodes.rest.BasicAuthEndpointBuilder
-
-
Uses of BasicAuthEndpointBuilder in org.refcodes.rest
Classes in org.refcodes.rest that implement BasicAuthEndpointBuilder Modifier and Type Class Description classBasicAuthEndpointBuilderImplThe implementation of theBasicAuthEndpointBuilderinterface as good old POJO for use by differentRestServerimplementations.Methods in org.refcodes.rest that return BasicAuthEndpointBuilder Modifier and Type Method Description default BasicAuthEndpointBuilderBasicAuthEndpointBuilder. withClose()default BasicAuthEndpointBuilderBasicAuthEndpointBuilder. withCloseIn(int aCloseInMillis)default BasicAuthEndpointBuilderBasicAuthEndpointBuilder. withCloseQuietly()default BasicAuthEndpointBuilderBasicAuthEndpointBuilder. withHttpMethod(org.refcodes.net.HttpMethod aHttpMethod)default BasicAuthEndpointBuilderBasicAuthEndpointBuilder. withLocatorPattern(java.lang.String aLocatorPattern)Sets the resource locator as of the Builder-Pattern.default BasicAuthEndpointBuilderBasicAuthEndpointBuilder. withOpen()default BasicAuthEndpointBuilderBasicAuthEndpointBuilder. withRequestObserver(org.refcodes.net.BasicAuthObserver aLambda)Builder method for setting theBasicAuthObserver.
-