Uses of Interface
org.glassfish.internal.embedded.Port
-
Packages that use Port Package Description org.glassfish.internal.embedded org.glassfish.internal.embedded.admin org.glassfish.internal.embedded.grizzly -
-
Uses of Port in org.glassfish.internal.embedded
Methods in org.glassfish.internal.embedded that return Port Modifier and Type Method Description PortPorts. createPort(int number)Creates a port, binds it to a port number and returns itPortServer. createPort(int portNumber)Creates a port to attach to embedded containers.Methods in org.glassfish.internal.embedded that return types with arguments of type Port Modifier and Type Method Description Collection<Port>Ports. getPorts()Returns the list of allocated portsMethods in org.glassfish.internal.embedded with parameters of type Port Modifier and Type Method Description voidEmbeddedContainer. bind(Port port, String protocol)Binds a port using a specific protocol to this container. -
Uses of Port in org.glassfish.internal.embedded.admin
Methods in org.glassfish.internal.embedded.admin with parameters of type Port Modifier and Type Method Description voidEmbeddedAdminContainer. bind(Port port)Make the server listen to administrative requests (CLI, REST) on the passed port. -
Uses of Port in org.glassfish.internal.embedded.grizzly
Methods in org.glassfish.internal.embedded.grizzly with parameters of type Port Modifier and Type Method Description voidGrizzlyContainer. bind(Port port)
-