Uses of Interface
org.glassfish.grizzly.config.dom.ProtocolFinder
-
Packages that use ProtocolFinder Package Description org.glassfish.grizzly.config.dom -
-
Uses of ProtocolFinder in org.glassfish.grizzly.config.dom
Methods in org.glassfish.grizzly.config.dom that return types with arguments of type ProtocolFinder Modifier and Type Method Description List<ProtocolFinder>PortUnification. getProtocolFinder()Set of protocol finders, which will be responsible for protocol recognitionMethods in org.glassfish.grizzly.config.dom with parameters of type ProtocolFinder Modifier and Type Method Description static ProtocolProtocolFinder.Duck. findProtocol(ProtocolFinder finder)static PortUnificationProtocolFinder.Duck. getParent(ProtocolFinder finder)Method parameters in org.glassfish.grizzly.config.dom with type arguments of type ProtocolFinder Modifier and Type Method Description voidPortUnification. setProtocolFinder(List<ProtocolFinder> list)
-