Package io.activej.net
Class PrimaryServer.Builder
java.lang.Object
io.activej.common.builder.AbstractBuilder<Self,S>
io.activej.net.AbstractReactiveServer.Builder<PrimaryServer.Builder,PrimaryServer>
io.activej.net.PrimaryServer.Builder
- All Implemented Interfaces:
io.activej.common.builder.Builder<PrimaryServer>,io.activej.common.initializer.WithInitializer<PrimaryServer.Builder>
- Enclosing class:
- PrimaryServer
public final class PrimaryServer.Builder
extends AbstractReactiveServer.Builder<PrimaryServer.Builder,PrimaryServer>
-
Method Summary
Methods inherited from class io.activej.net.AbstractReactiveServer.Builder
doBuild, withAcceptFilter, withAcceptOnce, withAcceptOnce, withListenAddress, withListenAddresses, withListenAddresses, withListenPort, withLogger, withServerSocketSettings, withSocketInspector, withSocketSettings, withSocketSslInspector, withSslListenAddress, withSslListenAddresses, withSslListenAddresses, withSslListenPortMethods inherited from class io.activej.common.builder.AbstractBuilder
build, checkNotBuilt, isBuiltMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.activej.common.initializer.WithInitializer
initialize, set, setIf, setIfNotNull