| Package | Description |
|---|---|
| org.glassfish.internal.embedded | |
| org.glassfish.internal.embedded.admin | |
| org.glassfish.internal.embedded.grizzly |
| Modifier and Type | Method and Description |
|---|---|
Port |
Server.createPort(int portNumber)
Creates a port to attach to embedded containers.
|
Port |
Ports.createPort(int number)
Creates a port, binds it to a port number and returns it
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Port> |
Ports.getPorts()
Returns the list of allocated ports
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedContainer.bind(Port port,
String protocol)
Binds a port using a specific protocol to this container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedAdminContainer.bind(Port port)
Make the server listen to administrative requests (CLI, REST) on
the passed port.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrizzlyContainer.bind(Port port) |
Copyright © 2013. All Rights Reserved.