Uses of Class
io.undertow.Undertow.Builder
Packages that use Undertow.Builder
-
Uses of Undertow.Builder in io.undertow
Methods in io.undertow that return Undertow.BuilderModifier and TypeMethodDescriptionUndertow.Builder.addAjpListener(int port, String host) Undertow.Builder.addAjpListener(int port, String host, HttpHandler rootHandler) Undertow.Builder.addHttpListener(int port, String host) Undertow.Builder.addHttpListener(int port, String host, HttpHandler rootHandler) Undertow.Builder.addHttpsListener(int port, String host, KeyManager[] keyManagers, TrustManager[] trustManagers) Undertow.Builder.addHttpsListener(int port, String host, KeyManager[] keyManagers, TrustManager[] trustManagers, HttpHandler rootHandler) Undertow.Builder.addHttpsListener(int port, String host, SSLContext sslContext) Undertow.Builder.addHttpsListener(int port, String host, SSLContext sslContext, HttpHandler rootHandler) Undertow.Builder.addListener(int port, String host) Deprecated.Undertow.Builder.addListener(int port, String host, Undertow.ListenerType listenerType) Deprecated.Undertow.Builder.addListener(Undertow.ListenerBuilder listenerBuilder) static Undertow.BuilderUndertow.builder()Undertow.Builder.setBufferSize(int bufferSize) Undertow.Builder.setBuffersPerRegion(int buffersPerRegion) Deprecated.Undertow.Builder.setByteBufferPool(ByteBufferPool byteBufferPool) Undertow.Builder.setDirectBuffers(boolean directBuffers) Undertow.Builder.setHandler(HttpHandler handler) Undertow.Builder.setIoThreads(int ioThreads) <T> Undertow.BuilderUndertow.Builder.setServerOption(org.xnio.Option<T> option, T value) <T> Undertow.BuilderUndertow.Builder.setSocketOption(org.xnio.Option<T> option, T value) Undertow.Builder.setSslEngineDelegatedTaskExecutor(Executor sslEngineDelegatedTaskExecutor) Undertow.Builder.setWorker(org.xnio.XnioWorker worker) When null (the default), a newXnioWorkerwill be created according to the various worker-related configuration (ioThreads, workerThreads, workerOptions) whenUndertow.start()is called.<T> Undertow.BuilderUndertow.Builder.setWorkerOption(org.xnio.Option<T> option, T value) Undertow.Builder.setWorkerThreads(int workerThreads)