Uses of Interface
io.helidon.webserver.BindingPlanContext
Packages that use BindingPlanContext
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 BindingPlanContext in io.helidon.webserver
Methods in io.helidon.webserver with parameters of type BindingPlanContextModifier and TypeMethodDescriptionbooleanTcpTransportBindingFactory.canBind(BindingPlanContext context) booleanUdsTransportBindingFactory.canBind(BindingPlanContext context) -
Uses of BindingPlanContext in io.helidon.webserver.spi
Methods in io.helidon.webserver.spi with parameters of type BindingPlanContextModifier and TypeMethodDescriptionbooleanTransportBindingFactory.canBind(BindingPlanContext context) Whether this binding factory can bind with the current listener configuration.