Uses of Interface
org.refcodes.net.HttpServerContext.HttpServerContextBuilder
-
-
Uses of HttpServerContext.HttpServerContextBuilder in org.refcodes.net
Classes in org.refcodes.net that implement HttpServerContext.HttpServerContextBuilder 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.Methods in org.refcodes.net that return HttpServerContext.HttpServerContextBuilder Modifier and Type Method Description default HttpServerContext.HttpServerContextBuilderHttpServerContext.HttpServerContextBuilder. withKeyStoreDescriptor(org.refcodes.security.KeyStoreDescriptor aStoreDescriptor)default HttpServerContext.HttpServerContextBuilderHttpServerContext.HttpServerContextBuilder. withMaxConnections(int aMaxConnections)default HttpServerContext.HttpServerContextBuilderHttpServerContext.HttpServerContextBuilder. withPort(int aPort)default HttpServerContext.HttpServerContextBuilderHttpServerContext.HttpServerContextBuilder. withProtocol(java.lang.String aProtocol)Sets the protocol for the URL scheme.default HttpServerContext.HttpServerContextBuilderHttpServerContext.HttpServerContextBuilder. withScheme(org.refcodes.data.Scheme aScheme)Sets the UrlScheme for the URL scheme.
-