Uses of Enum Class
org.kiwiproject.registry.model.Port.PortType
Packages that use Port.PortType
-
Uses of Port.PortType in org.kiwiproject.registry.model
Methods in org.kiwiproject.registry.model that return Port.PortTypeModifier and TypeMethodDescriptionPort.getType()static Port.PortTypeReturns the enum constant of this class with the specified name.static Port.PortType[]Port.PortType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kiwiproject.registry.model with parameters of type Port.PortTypeModifier and TypeMethodDescriptionstatic PortPort.of(int number, @Nullable Port.PortType portType, @Nullable Port.Security security) Convenience factory method to create a newPort.Port.PortBuilder.type(Port.PortType type) -
Uses of Port.PortType in org.kiwiproject.registry.util
Methods in org.kiwiproject.registry.util with parameters of type Port.PortTypeModifier and TypeMethodDescriptionstatic StringPorts.determineScheme(List<Port> ports, Port.PortType type) Determines the HTTP scheme to use for a given typestatic PortPorts.findFirstPortPreferSecure(List<Port> ports, Port.PortType type) Finds the first port of a given type (Application or Admin) from the list.static PortPorts.findPort(List<Port> ports, Port.PortType type, Port.Security security) Finds a desired port given a security and type criteria.Ports.findPorts(List<Port> ports, Port.PortType portType) Find all ports having the specifiedPort.PortType.static StringServiceInstancePaths.urlForPath(String hostName, List<Port> ports, Port.PortType type, @Nullable String path) Generates a URL given service information.