Uses of Interface
org.glassfish.internal.embedded.Port

Packages that use Port
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
 Port Ports.createPort(int number)
          Creates a port, binds it to a port number and returns it
 Port Server.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
 Collection<Port> Ports.getPorts()
          Returns the list of allocated ports
 

Methods in org.glassfish.internal.embedded with parameters of type Port
 void EmbeddedContainer.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
 void EmbeddedAdminContainer.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
 void GrizzlyContainer.bind(Port port)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.