Uses of Interface
io.helidon.webserver.Transport
-
Packages that use Transport Package Description io.helidon.webserver Reactive web server API.io.helidon.webserver.transport.netty.epoll Netty Epoll Transport implementation.io.helidon.webserver.transport.netty.iouring Netty io_uring Transport implementation. -
-
Uses of Transport in io.helidon.webserver
Methods in io.helidon.webserver that return types with arguments of type Transport Modifier and Type Method Description default Optional<Transport>ServerConfiguration. transport()Returns an optionalTransport.Methods in io.helidon.webserver with parameters of type Transport Modifier and Type Method Description ServerConfiguration.BuilderServerConfiguration.Builder. transport(Transport transport)Deprecated.Configure transport.WebServer.BuilderWebServer.Builder. transport(Transport transport)Configure the transport to be used by this server. -
Uses of Transport in io.helidon.webserver.transport.netty.epoll
Classes in io.helidon.webserver.transport.netty.epoll that implement Transport Modifier and Type Class Description classEPollTransportATransportimplementation based upon Netty's epoll-based native transport. -
Uses of Transport in io.helidon.webserver.transport.netty.iouring
Classes in io.helidon.webserver.transport.netty.iouring that implement Transport Modifier and Type Class Description classIOUringTransportATransportimplementation based upon Netty's iouring-based native transport.
-