Uses of Interface
io.helidon.webserver.TransportBindingContext
Packages that use TransportBindingContext
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer SPI.
-
Uses of TransportBindingContext in io.helidon.webserver
Methods in io.helidon.webserver with parameters of type TransportBindingContextModifier and TypeMethodDescriptionTcpTransportBindingFactory.create(TransportBindingContext context) UdsTransportBindingFactory.create(TransportBindingContext context) -
Uses of TransportBindingContext in io.helidon.webserver.spi
Methods in io.helidon.webserver.spi with parameters of type TransportBindingContextModifier and TypeMethodDescriptionTransportBindingFactory.create(TransportBindingContext context) Create a binding for the transport.