Uses of Class
org.refcodes.web.HttpServerContextBuilder
-
-
Uses of HttpServerContextBuilder in org.refcodes.web
Methods in org.refcodes.web that return HttpServerContextBuilder Modifier and Type Method Description HttpServerContextBuilderHttpServerContextBuilder. withKeyStoreDescriptor(org.refcodes.security.KeyStoreDescriptor aKeyStoreDescriptor)HttpServerContextBuilderHttpServerContextBuilder. withMaxConnections(int aMaxConnections)HttpServerContextBuilderHttpServerContextBuilder. withPort(int aPort)HttpServerContextBuilderHttpServerContextBuilder. withProtocol(String aProtocol)Sets the protocol for the URL scheme.HttpServerContextBuilderHttpServerContextBuilder. withScheme(org.refcodes.data.Scheme aScheme)Sets the UrlScheme for the URL scheme.
-